summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2018-12-13 18:42:59 +0900
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>2018-12-13 18:42:59 +0900
commit187d120627b6e51280fa907cd7ad1a06d354f0bf (patch)
treedf0b5119e617ac7276407365471ee587bb2a6f7d /docs
parent44a61dc5e55b82f5ec88185666dea857580fe95b (diff)
downloadnnfw-187d120627b6e51280fa907cd7ad1a06d354f0bf.tar.gz
nnfw-187d120627b6e51280fa907cd7ad1a06d354f0bf.tar.bz2
nnfw-187d120627b6e51280fa907cd7ad1a06d354f0bf.zip
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
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/CrossBuildForArm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/CrossBuildForArm.md b/docs/howto/CrossBuildForArm.md
index ebba7ec86..e307596d0 100644
--- a/docs/howto/CrossBuildForArm.md
+++ b/docs/howto/CrossBuildForArm.md
@@ -103,5 +103,5 @@ CROSS_BUILD=1 TARGET_ARCH=armv7l make all install
## Run test
```
- ./tools/test_driver/test_driver.sh --artifactpath=.
+ ./tests/scripts/test_driver.sh --artifactpath=.
```