21358256 Hookup system-tests for pep8
authorRich Burridge <rich.burridge@oracle.com>
Thu, 02 Jul 2015 12:30:56 -0700
changeset 4588 913c846a2d69
parent 4587 a814ef000c8b
child 4590 d39971eb17ab
21358256 Hookup system-tests for pep8
components/python/pep8/Makefile
--- a/components/python/pep8/Makefile	Thu Jul 02 08:59:20 2015 -0700
+++ b/components/python/pep8/Makefile	Thu Jul 02 12:30:56 2015 -0700
@@ -64,16 +64,19 @@
 COMPONENT_TEST_DIR =	$(SOURCE_DIR)
 COMPONENT_TEST_ARGS =	pep8.py --testsuite testsuite
 
+COMPONENT_SYSTEM_TEST_DIR =	$(SOURCE_DIR)
+COMPONENT_SYSTEM_TEST_ENV =
+COMPONENT_SYSTEM_TEST_ARGS =	pep8.py --testsuite testsuite
+
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
-# common targets
 build:		$(BUILD_NO_ARCH)
 
 install:	$(INSTALL_NO_ARCH)
 
 test:		$(TEST_NO_ARCH)
 
-system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
+system-test:    $(SYSTEM_TEST_NO_ARCH)
 
 
 REQUIRED_PACKAGES += library/python/setuptools-26