components/a2ps/Makefile
changeset 83 9ab0deb97868
parent 75 1f81099246e8
child 177 fd9cb2273c9d
--- a/components/a2ps/Makefile	Thu Feb 10 09:25:14 2011 -0800
+++ b/components/a2ps/Makefile	Thu Feb 10 10:54:36 2011 -0800
@@ -75,6 +75,9 @@
 
 install:	$(INSTALL_32) $(PROTOFILTERDEFS) $(PROTOSFWLINKS)
 
+test: build
+	@cd $(BUILD_DIR_32); $(MAKE) check
+
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
 include ../../make-rules/depend.mk