components/dejagnu/Makefile
changeset 3724 dc74a8d07d25
parent 3639 f8449ec64ef3
child 3817 30b42c38bbc4
equal deleted inserted replaced
3722:e76241a68272 3724:dc74a8d07d25
    44 COMPONENT_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
    44 COMPONENT_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
    45 
    45 
    46 # The additional dejagnu specific set of transforms to be applied to the
    46 # The additional dejagnu specific set of transforms to be applied to the
    47 # test results to try to normalize them.
    47 # test results to try to normalize them.
    48 COMPONENT_TEST_TRANSFORMS += \
    48 COMPONENT_TEST_TRANSFORMS += \
       
    49 	'-e "s|\(^$(CXX)\).*|\\$$(CXX)|" ' \
    49 	'-e "s|\(Test Run By\).*|\1|" ' \
    50 	'-e "s|\(Test Run By\).*|\1|" ' \
    50 	'-e "s|\(Native configuration is\).*|\1|" '
    51 	'-e "s|\(Native configuration is\).*|\1|" '
    51 
    52 
    52 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    53 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    53 
    54