components/python/python26/Makefile
changeset 181 87e11e685b1f
parent 145 1e2390f5555e
child 206 a4474882bf60
--- a/components/python/python26/Makefile	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/python/python26/Makefile	Wed Apr 13 09:58:06 2011 -0700
@@ -79,6 +79,8 @@
 CONFIGURE_OPTIONS  +=		DFLAGS="-$(BITS)"
 COMPONENT_BUILD_ENV  +=		DFLAGS="-$(BITS)"
 
+COMPONENT_TEST_TARGETS =	test
+
 # 64 bit shared objects need to go in a 64-bit directory
 COMPONENT_INSTALL_ARGS.64 += DESTSHARED=$(CONFIGURE_PREFIX)/lib/python2.6/lib-dynload
 
@@ -89,10 +91,7 @@
 
 install:	$(INSTALL_32_and_64)
 
-test:	$(TEST_32_and_64)
-
-$(BUILD_DIR)/%/.tested:	$(BUILD_DIR)/%/.built
-	(cd $(@D) ; gmake test || exit 0) 
+test:		$(TEST_32_and_64)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)