提交 0e10a180 编写于 作者: E eclipsess

merge running in .sh

上级 14491bf4
...@@ -21,8 +21,10 @@ adb push ${EXE_FILE} ${EXE_DIR} ...@@ -21,8 +21,10 @@ adb push ${EXE_FILE} ${EXE_DIR}
adb push ${LIB_PATH} ${EXE_DIR} adb push ${LIB_PATH} ${EXE_DIR}
adb push ${IMAGE_PATH} ${IMAGES_DIR} adb push ${IMAGE_PATH} ${IMAGES_DIR}
adb push ${MODELS_PATH} ${MODELS_DIR} adb push ${MODELS_PATH} ${MODELS_DIR}
echo "test files sync completed" echo "test-op or test-net below : "
echo "!!must cd /data/local/tmp/bin and export LD_LIBRARY_PATH=. " adb shell ls /data/local/tmp/bin
echo "you can cd /data/local/tmp/bin and ./test-xxx" echo "**** choose OP or NET to test ****"
read -p "which to test : " test_name
adb shell "cd /data/local/tmp/bin; LD_LIBRARY_PATH=. ./${test_name}"
} }
push_fn push_fn
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册