components/autogen/Makefile
changeset 4775 3eeb991f0795
parent 4339 6501cf9c29f9
child 5066 7e7b4d607ab6
equal deleted inserted replaced
4774:dbddfc4fa8f1 4775:3eeb991f0795
    65 
    65 
    66 # Master test results are the same for both 32-bit and 64-bit, so override
    66 # Master test results are the same for both 32-bit and 64-bit, so override
    67 # here, rather than create multiple identical master files.
    67 # here, rather than create multiple identical master files.
    68 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    68 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    69 
    69 
       
    70 COMPONENT_TEST_TRANSFORMS += \
       
    71 	'-n ' \
       
    72 	'-e "/SKIP/p" ' \
       
    73 	'-e "/PASS/p" ' \
       
    74 	'-e "/FAIL/p" ' \
       
    75 	'-e "/passed/p" '
       
    76 
       
    77 COMPONENT_SYSTEM_TEST_ENV +=	CLexe=/usr/bin/columns
       
    78 COMPONENT_SYSTEM_TEST_ENV +=	GDexe=/usr/bin/getdefs
       
    79 COMPONENT_SYSTEM_TEST_ENV +=	AGexe=/usr/bin/autogen
       
    80 
    70 ASLR_MODE = $(ASLR_ENABLE)
    81 ASLR_MODE = $(ASLR_ENABLE)
    71 
    82 
    72 # common targets
       
    73 configure:	$(CONFIGURE_32_and_64)
    83 configure:	$(CONFIGURE_32_and_64)
    74 
    84 
    75 build:		$(BUILD_32_and_64)
    85 build:		$(BUILD_32_and_64)
    76 
    86 
    77 install:	$(INSTALL_32_and_64)
    87 install:	$(INSTALL_32_and_64)
    78 
    88 
    79 test:		$(TEST_32_and_64)
    89 test:		$(TEST_32_and_64)
    80 
    90 
    81 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    91 # Tests need to be built.
       
    92 system-test:	build $(SYSTEM_TEST_32_and_64)
    82 
    93 
    83 
    94 
    84 REQUIRED_PACKAGES += library/gmp
    95 REQUIRED_PACKAGES += library/gmp
    85 REQUIRED_PACKAGES += library/guile
    96 REQUIRED_PACKAGES += library/guile
    86 REQUIRED_PACKAGES += library/libxml2
    97 REQUIRED_PACKAGES += library/libxml2