components/bzip2/Makefile
changeset 4341 10335b2a1e5d
parent 4339 6501cf9c29f9
child 5682 94c0ca64c022
--- a/components/bzip2/Makefile	Thu May 21 13:48:49 2015 -0700
+++ b/components/bzip2/Makefile	Thu May 21 16:35:22 2015 -0700
@@ -60,6 +60,17 @@
 	    cp ../../oldapi.c . )
 
 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
+COMPONENT_TEST_TARGETS = test
+system-test: \
+    COMPONENT_TEST_MASTER = \
+         $(COMPONENT_TEST_RESULTS_DIR)/system-results-all.master
+COMPONENT_SYSTEM_TEST_TARGETS= system-test
+COMPONENT_SYSTEM_TEST_DIR = $(SOURCE_DIR)
+
+COMPONENT_TEST_TRANSFORMS += \
+    '-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
+    '-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
+    '-e "/^XXX_CC_XXX$$/d" '
 
 # common targets
 build:		$(BUILD_32_and_64)
@@ -77,7 +88,7 @@
 # build does this always
 test:		$(TEST_32_and_64)
 
-system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
+system-test:	$(SYSTEM_TEST_32_and_64)
 
 
 REQUIRED_PACKAGES += shell/ksh93