components/ggrep/Makefile
changeset 4402 b7cd2462c58f
parent 4339 6501cf9c29f9
child 4795 17cca748f778
--- a/components/ggrep/Makefile	Tue Jun 02 17:50:14 2015 -0700
+++ b/components/ggrep/Makefile	Wed Jun 03 16:57:58 2015 -0700
@@ -58,6 +58,12 @@
 # other than "test." 
 unexport SHELLOPTS
 
+# Test transforms to cut out compile lines
+COMPONENT_TEST_TRANSFORMS += '-e "/^  CC .*/d" ' \
+			     '-e "/^  CCLD .*/d" ' \
+			     '-e "/^  GEN .*/d" ' \
+                             '-e "/^  AR .*/d" '
+
 # common targets
 configure:	$(CONFIGURE_64)
 
@@ -65,8 +71,6 @@
 
 install:	$(INSTALL_64)
 
-# 3 expected failures in gnulib-tests:
-# test-mbrtowc3.sh, test-mbrtowc4.sh, test-mbsrtowcs4.sh
 test:		$(TEST_64)
 
 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)