components/imagemagick/Makefile
changeset 4869 86742f9e20a9
parent 4339 6501cf9c29f9
child 4959 a998fbbcbd44
--- a/components/imagemagick/Makefile	Wed Sep 16 09:08:20 2015 -0700
+++ b/components/imagemagick/Makefile	Wed Sep 16 10:55:26 2015 -0700
@@ -97,6 +97,15 @@
 
 ASLR_MODE = $(ASLR_ENABLE)
 
+# Master test transforms
+COMPONENT_TEST_TRANSFORMS += \
+	'-n '\
+	'-e "/TOTAL/p" ' \
+	'-e "/SKIP/p" ' \
+	'-e "/PASS/p" ' \
+	'-e "/FAIL/p" ' \
+	'-e "/ERROR/p" ' 
+
 configure:	$(CONFIGURE_32_and_64)
 
 build:		$(BUILD_32_and_64)