components/python/simplejson/Makefile
changeset 3659 2110c4baed8f
parent 3639 f8449ec64ef3
child 3817 30b42c38bbc4
equal deleted inserted replaced
3656:26201c994a65 3659:2110c4baed8f
    49 COMPONENT_TEST_DIR= $(COMPONENT_SRC)
    49 COMPONENT_TEST_DIR= $(COMPONENT_SRC)
    50 COMPONENT_TEST_ARGS= ./setup.py test
    50 COMPONENT_TEST_ARGS= ./setup.py test
    51 
    51 
    52 # The additional simplejson specific set of transforms to be applied
    52 # The additional simplejson specific set of transforms to be applied
    53 # to the test results to try to normalize them.
    53 # to the test results to try to normalize them.
    54 # The cc lines need to be deleted because x86 and SPARC have different
       
    55 # compile line arguments.
       
    56 COMPONENT_TEST_TRANSFORMS += \
    54 COMPONENT_TEST_TRANSFORMS += \
    57 	'-e "/^\/ws\/on12-tools\/SUNWspro\/solarisstudio12.3\/bin\/cc/d" ' \
    55 	'-e "s|\(^$(CC)\).*|\\$$(CC)|" ' \
    58 	'-e "/^cc -G /d" ' \
    56 	'-e "s|\(^cc -G \).*|\1|" ' \
    59 	'-e "s|\(creating build/temp.solaris\).*|\1|" ' \
    57 	'-e "s|\(creating build/temp.solaris\).*|\1|" ' \
    60 	'-e "s|\(Ran 132 tests in\).*|\1|" '
    58 	'-e "s|\(Ran 132 tests in\).*|\1|" '
    61 
    59 
    62 # common targets
    60 # common targets
    63 build:		$(BUILD_32_and_64)
    61 build:		$(BUILD_32_and_64)