diff -r 4838d241e95c -r 79b691ffbda3 components/python/simplejson/Makefile --- 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)