From: 오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 Date: Sun, 17 Feb 2019 22:24:54 +0000 (+0900) Subject: Remove workaround for neurun framework test (#4430) X-Git-Tag: submit/tizen/20190325.013700~249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c00c70bc03621f167e69de79b267a2993f1a09c;p=platform%2Fcore%2Fml%2Fnnfw.git Remove workaround for neurun framework test (#4430) Remove workaround in Makefile - Remove framework test list file copying Signed-off-by: Hyeongseok Oh --- diff --git a/Makefile b/Makefile index e9cfd91..92058f9 100644 --- a/Makefile +++ b/Makefile @@ -215,13 +215,7 @@ test_internal: build_test_suite: install_internal @echo "packaging test suite" @rm -rf $(INSTALL_ROOT)/test-suite.tar.gz -# Workaround for neurun framework test list file name change -# This workaround will be removed after CI scripts are updated - @cp -v tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt tests/scripts/neurun_frameworktest_list.txt @tar -zcf test-suite.tar.gz tests/scripts tests/framework $(INSTALL_ALIAS) --dereference -# Remove copied file by workaround -# This workaround will be removed after CI scripts are updated - @rm tests/scripts/neurun_frameworktest_list.txt @mv test-suite.tar.gz $(INSTALL_ROOT)/. build_coverage_suite: install_internal