components/check/Makefile
changeset 4747 0e43ac303e45
parent 4339 6501cf9c29f9
child 5179 07d5ad88cb1d
equal deleted inserted replaced
4746:8e237ffd0a48 4747:0e43ac303e45
    48 
    48 
    49 # Master test results are the same for 32-bit and 64-bit, so override
    49 # Master test results are the same for 32-bit and 64-bit, so override
    50 # here, rather than create multiple identical master files.
    50 # here, rather than create multiple identical master files.
    51 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    51 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    52 
    52 
       
    53 COMPONENT_TEST_TRANSFORMS += \
       
    54         '-n ' \
       
    55 	'-e "/passed/p" ' \
       
    56 	'-e "/failed/p" ' \
       
    57 	'-e "/Checks:/p" ' \
       
    58 	'-e "/Total:/p" ' \
       
    59 	'-e "/Passed/p" ' \
       
    60 	'-e "/Failed/p" ' \
       
    61 	'-e "/Failure expected/p" ' \
       
    62         '-e "/SKIP/p" ' \
       
    63 	'-e "/PASS/p" ' \
       
    64         '-e "/FAIL/p" '
       
    65 
       
    66 COMPONENT_SYSTEM_TEST_ENV =	CHECKMK_SCRIPT=/usr/bin/checkmk
       
    67 
    53 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    68 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    54 
    69 
    55 # common targets
    70 configure:	$(CONFIGURE_32_and_64)
       
    71 
    56 build:		$(BUILD_32_and_64)
    72 build:		$(BUILD_32_and_64)
    57 
    73 
    58 install:	$(INSTALL_32_and_64)
    74 install:	$(INSTALL_32_and_64)
    59 
    75 
    60 test:		$(TEST_32_and_64)
    76 test:		$(TEST_32_and_64)
    61 
    77 
    62 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    78 system-test:    configure $(SYSTEM_TEST_32_and_64)
    63 
    79 
    64 REQUIRED_PACKAGES +=	system/library
    80 REQUIRED_PACKAGES +=	system/library
    65 REQUIRED_PACKAGES +=	system/library/math
    81 REQUIRED_PACKAGES +=	system/library/math
    66 REQUIRED_PACKAGES +=	text/gawk
    82 REQUIRED_PACKAGES +=	text/gawk