Move tools/test_driver to tests/scripts (#4019)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 13 Dec 2018 09:42:59 +0000 (18:42 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 13 Dec 2018 09:42:59 +0000 (18:42 +0900)
commit187d120627b6e51280fa907cd7ad1a06d354f0bf
treedf0b5119e617ac7276407365471ee587bb2a6f7d
parent44a61dc5e55b82f5ec88185666dea857580fe95b
Move tools/test_driver to tests/scripts (#4019)

* Move tools/test_driver to tests/scripts

Move tools/test_driver to tests/scripts
Update test path
Workaround for CI

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Comment in Makefile for workaround
21 files changed:
Makefile
docs/howto/CrossBuildForArm.md
packaging/nnfw.spec
scripts/command/tizen_xu4_test.sh
tests/scripts/README.md [moved from tools/test_driver/README.md with 92% similarity]
tests/scripts/common.sh [moved from tools/test_driver/common.sh with 100% similarity]
tests/scripts/neurun_frameworktest_list.txt [moved from tools/test_driver/neurun_frameworktest_list.txt with 100% similarity]
tests/scripts/nnfw_kernel_env_list.txt [moved from tools/test_driver/nnfw_kernel_env_list.txt with 100% similarity]
tests/scripts/print_to_json.sh [moved from tools/test_driver/print_to_json.sh with 100% similarity]
tests/scripts/py/common.py [moved from tools/test_driver/py/common.py with 100% similarity]
tests/scripts/py/run_frameworktest.py [moved from tools/test_driver/py/run_frameworktest.py with 100% similarity]
tests/scripts/py/run_unittest.py [moved from tools/test_driver/py/run_unittest.py with 100% similarity]
tests/scripts/py/test_driver.py [moved from tools/test_driver/py/test_driver.py with 95% similarity]
tests/scripts/run_benchmark.sh [moved from tools/test_driver/run_benchmark.sh with 100% similarity]
tests/scripts/run_benchmark_acl.sh [moved from tools/test_driver/run_benchmark_acl.sh with 100% similarity]
tests/scripts/run_benchmark_op.sh [moved from tools/test_driver/run_benchmark_op.sh with 100% similarity]
tests/scripts/run_benchmark_tflite_model.in [moved from tools/test_driver/run_benchmark_tflite_model.in with 100% similarity]
tests/scripts/run_benchmark_tflite_model.sh [moved from tools/test_driver/run_benchmark_tflite_model.sh with 100% similarity]
tests/scripts/run_frameworktest.sh [moved from tools/test_driver/run_frameworktest.sh with 100% similarity]
tests/scripts/run_unittest.sh [moved from tools/test_driver/run_unittest.sh with 100% similarity]
tests/scripts/test_driver.sh [moved from tools/test_driver/test_driver.sh with 100% similarity]