summaryrefslogtreecommitdiff
path: root/Makefile.template
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.template')
-rw-r--r--Makefile.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.template b/Makefile.template
index ef3a44c15..588a30052 100644
--- a/Makefile.template
+++ b/Makefile.template
@@ -155,7 +155,7 @@ build_test_suite: install_internal install_internal_acl
@echo "packaging test suite"
@rm -rf $(INSTALL_PATH)/test-suite.tar.gz
# TODO Divide runtime package, external library package, and test suite
- @tar -zcf test-suite.tar.gz tests/scripts tests/framework infra Product/out --dereference
+ @tar -zcf test-suite.tar.gz tests/scripts infra Product/out --dereference
@mv test-suite.tar.gz $(INSTALL_PATH)/.
build_coverage_suite: install_internal install_internal_acl
@@ -163,7 +163,7 @@ build_coverage_suite: install_internal install_internal_acl
@rm -rf $(INSTALL_PATH)/coverage-suite.tar.gz
@find Product -name "*.gcno" > include_lists.txt
@pwd | grep -o '/' | wc -l > tests/scripts/build_path_depth.txt
- @tar -zcf coverage-suite.tar.gz tests/scripts tests/framework infra Product/out --dereference -T include_lists.txt
+ @tar -zcf coverage-suite.tar.gz tests/scripts infra Product/out --dereference -T include_lists.txt
@rm -rf include_lists.txt tests/scripts/build_path_depth.txt
@mv coverage-suite.tar.gz $(INSTALL_PATH)/.