components/python/simplejson/Makefile
changeset 1303 79b691ffbda3
parent 1105 e745d9f4429b
child 1434 c782e620dd26
--- a/components/python/simplejson/Makefile	Tue May 14 22:57:32 2013 -0700
+++ b/components/python/simplejson/Makefile	Wed May 15 12:38:01 2013 -0700
@@ -39,12 +39,17 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+COMPONENT_TEST_DIR= $(COMPONENT_SRC) 
+COMPONENT_TEST_ARGS= ./setup.py test
+
+ASLR_MODE = $(ASLR_ENABLE)
+
 # common targets
 build:          $(BUILD_32_and_64)
 
 install:        $(INSTALL_32_and_64)
 
-test:           $(NO_TESTS)
+test:           $(TEST_32_and_64)
 
 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)