components/wget/Makefile
changeset 83 9ab0deb97868
parent 78 d47cf5f02201
child 181 87e11e685b1f
--- a/components/wget/Makefile	Thu Feb 10 09:25:14 2011 -0800
+++ b/components/wget/Makefile	Thu Feb 10 10:54:36 2011 -0800
@@ -50,6 +50,9 @@
 
 install:	$(INSTALL_32) $(PROTOSFWLINKS)
 
+test: build
+	@cd $(BUILD_DIR_32); $(MAKE) check
+
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
 include ../../make-rules/depend.mk