components/python/pyopenssl/Makefile
changeset 5008 7a4cf1e8bc15
parent 4339 6501cf9c29f9
child 6399 6205769a2639
equal deleted inserted replaced
5007:0052258cbb9d 5008:7a4cf1e8bc15
    48 # Everything works fine if we just add the 32bit path.
    48 # Everything works fine if we just add the 32bit path.
    49 COMPONENT_TEST_ENV += PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
    49 COMPONENT_TEST_ENV += PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
    50 COMPONENT_TEST_CMD = $(SHELL)
    50 COMPONENT_TEST_CMD = $(SHELL)
    51 COMPONENT_TEST_ARGS = $(COMPONENT_DIR)/files/runtests
    51 COMPONENT_TEST_ARGS = $(COMPONENT_DIR)/files/runtests
    52 
    52 
    53 # common targets
    53 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
       
    54 
       
    55 # Using nawk for easier test results processing and stripping out the
       
    56 # random portions (like time to complete the tests).
       
    57 COMPONENT_TEST_TRANSFORMER =    $(NAWK)
       
    58 COMPONENT_TEST_TRANSFORMS = "'/^Running / { print }; /^ERROR: / { print }; /^FAIL: / { print }; /^Ran / { sub(\" tests in .+s\", \" tests in\"); print }; /^FAILED / { print }; /^OK / { print };'"
       
    59 
    54 build:		$(BUILD_32_and_64)
    60 build:		$(BUILD_32_and_64)
    55 
    61 
    56 install:	$(INSTALL_32_and_64)
    62 install:	$(INSTALL_32_and_64)
    57 
    63 
    58 test:		$(TEST_32_and_64)
    64 test:		$(TEST_32_and_64)