components/python/twisted/Makefile
changeset 4587 a814ef000c8b
parent 4339 6501cf9c29f9
child 4847 05ee227964f9
equal deleted inserted replaced
4586:fb450945adf7 4587:a814ef000c8b
    68 # and stripping out the random portions (like time to complete the tests),
    68 # and stripping out the random portions (like time to complete the tests),
    69 # resulted in 8 master test files each less than 1Kb in size.
    69 # resulted in 8 master test files each less than 1Kb in size.
    70 COMPONENT_TEST_TRANSFORMER =    $(NAWK)
    70 COMPONENT_TEST_TRANSFORMER =    $(NAWK)
    71 COMPONENT_TEST_TRANSFORMS = "'/^\[FAIL\]: / { print }; /^\[ERROR\]: / { print }; /^Ran / { sub(\" tests in .+s\", \" tests in\"); print }; /^FAILED / { print }; /^OK / { print };'"
    71 COMPONENT_TEST_TRANSFORMS = "'/^\[FAIL\]: / { print }; /^\[ERROR\]: / { print }; /^Ran / { sub(\" tests in .+s\", \" tests in\"); print }; /^FAILED / { print }; /^OK / { print };'"
    72 
    72 
       
    73 COMPONENT_SYSTEM_TEST_DIR=	$(COMPONENT_SRC)
       
    74 COMPONENT_SYSTEM_TEST_ENV=
       
    75 COMPONENT_SYSTEM_TEST_CMD=	/usr/demo/twisted-python$(PYTHON_VERSION)/trial
       
    76 COMPONENT_SYSTEM_TEST_ARGS=	twisted
       
    77 
    73 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    78 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    74 
    79 
    75 build:		$(BUILD_32_and_64)
    80 build:		$(BUILD_32_and_64)
    76 
    81 
    77 install:	$(INSTALL_32_and_64)
    82 install:	$(INSTALL_32_and_64)
    78 
    83 
    79 test:		$(TEST_32_and_64)
    84 test:		$(TEST_32_and_64)
    80 
    85 
    81 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    86 system-test:    $(SYSTEM_TEST_32_and_64)
    82 
    87 
    83 REQUIRED_PACKAGES += system/library
    88 REQUIRED_PACKAGES += system/library