summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-01-15 18:35:54 +0900
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>2019-01-15 18:35:54 +0900
commitdd4679383c543ee04f3535eae110492d941afdab (patch)
treeafcf9f7e8c26ab27b145ee933f66758867ab78cc /scripts
parentffc1dd50473098f8b4f4f62fb88d43f0ecca83b3 (diff)
downloadnnfw-dd4679383c543ee04f3535eae110492d941afdab.tar.gz
nnfw-dd4679383c543ee04f3535eae110492d941afdab.tar.bz2
nnfw-dd4679383c543ee04f3535eae110492d941afdab.zip
Test packaging for x64 build (#4247)
Test packaging for x64 build. It's to prepare neurun x64 test Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/command/docker_run_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/command/docker_run_test.sh b/scripts/command/docker_run_test.sh
index dadd19f8a..82bc7763a 100755
--- a/scripts/command/docker_run_test.sh
+++ b/scripts/command/docker_run_test.sh
@@ -8,7 +8,7 @@ pushd $NNFW_PROJECT_PATH
if [ -n "$DOCKER_INTERACTIVE" ]; then
source run docker-shell
else
- CMD="make install"
+ CMD="make && make install && make build_test_suite"
source run docker-run-user bash -c "${CMD}"
fi
EXITCODE=$?