Remove workaround for neurun framework test (#4430)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Sun, 17 Feb 2019 22:24:54 +0000 (07:24 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Sun, 17 Feb 2019 22:24:54 +0000 (07:24 +0900)
Remove workaround in Makefile
- Remove framework test list file copying

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Makefile

index e9cfd91..92058f9 100644 (file)
--- 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