components/python/mock/Makefile
changeset 1310 ed3f9d06a78b
parent 1231 44cd216060fd
child 1434 c782e620dd26
--- a/components/python/mock/Makefile	Thu May 23 10:30:30 2013 -0700
+++ b/components/python/mock/Makefile	Thu May 23 11:15:12 2013 -0700
@@ -36,13 +36,15 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
-# common targets
-build:		$(BUILD_32_and_64)
+COMPONENT_TEST_DIR =	$(SOURCE_DIR)
+COMPONENT_TEST_ARGS =	setup.py test
 
-install:	$(INSTALL_32_and_64)
+# common targets
+build:		$(BUILD_NO_ARCH)
 
-test:		$(BUILD_32_and_64)
-	cd $(SOURCE_DIR) && $(PYTHON) setup.py test
+install:	$(INSTALL_NO_ARCH)
+
+test:		$(TEST_NO_ARCH)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)