From 4c00c70bc03621f167e69de79b267a2993f1a09c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=98=A4=ED=98=95=EC=84=9D/On-Device=20Lab=28SR=29/Staff?= =?utf8?q?=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 18 Feb 2019 07:24:54 +0900 Subject: [PATCH] Remove workaround for neurun framework test (#4430) Remove workaround in Makefile - Remove framework test list file copying Signed-off-by: Hyeongseok Oh --- Makefile | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.7.4