components/gd2/Makefile
changeset 5054 91b97df27c58
parent 4339 6501cf9c29f9
child 5125 34cc580c62c2
equal deleted inserted replaced
5053:aca4f06d05d1 5054:91b97df27c58
    69 COMPONENT_TEST_CMD = \
    69 COMPONENT_TEST_CMD = \
    70 	cmake -DBUILD_TEST=1 .; \
    70 	cmake -DBUILD_TEST=1 .; \
    71 	(cd $(@D)/tests; gmake); \
    71 	(cd $(@D)/tests; gmake); \
    72 	ctest .
    72 	ctest .
    73 COMPONENT_TEST_TARGETS =
    73 COMPONENT_TEST_TARGETS =
       
    74 COMPONENT_TEST_MASTER =	$(COMPONENT_TEST_RESULTS_DIR)/results-all.master
       
    75 COMPONENT_TEST_TRANSFORMS += \
       
    76 	'-e "s|\(^.*32 Test.*Passed\).*|\1|" ' \
       
    77 	'-e "s|\(^.*32 Test.*Failed\).*|\1|" ' \
       
    78 	'-e "s|\(^Total Test time (real) =\).*|\1|" ' \
       
    79 	'-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
       
    80 	'-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
       
    81 	'-e "/^XXX_CC_XXX$$/d" '
    74 
    82 
    75 ASLR_MODE = $(ASLR_ENABLE)
    83 ASLR_MODE = $(ASLR_ENABLE)
    76 
    84 
    77 configure:	$(CONFIGURE_32_and_64)
    85 configure:	$(CONFIGURE_32_and_64)
    78 
    86