19833294 The argparse tests can be hooked up.
authorRich Burridge <rich.burridge@oracle.com>
Thu, 11 Dec 2014 09:56:44 -0800
changeset 3537 d6e978572053
parent 3536 9d36b040ae85
child 3538 238a81aec08a
19833294 The argparse tests can be hooked up.
components/python/argparse/Makefile
--- a/components/python/argparse/Makefile	Thu Dec 11 09:07:58 2014 -0800
+++ b/components/python/argparse/Makefile	Thu Dec 11 09:56:44 2014 -0800
@@ -42,6 +42,9 @@
 include $(WS_TOP)/make-rules/setup.py.mk
 include $(WS_TOP)/make-rules/ips.mk
 
+COMPONENT_TEST_DIR =	$(COMPONENT_SRC)/test
+COMPONENT_TEST_ARGS =	test_argparse.py
+
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets
@@ -49,7 +52,7 @@
 
 install:	$(INSTALL_NO_ARCH)
 
-test:		$(NO_TESTS)
+test:		$(TEST_NO_ARCH)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)