components/python/simplejson/Makefile
changeset 4587 a814ef000c8b
parent 4339 6501cf9c29f9
child 4706 c0b8c110b0a8
equal deleted inserted replaced
4586:fb450945adf7 4587:a814ef000c8b
    52 	'-e "s|\(^$(CC)\).*|\\$$(CC)|" ' \
    52 	'-e "s|\(^$(CC)\).*|\\$$(CC)|" ' \
    53 	'-e "s|\(^cc -G \).*|\1|" ' \
    53 	'-e "s|\(^cc -G \).*|\1|" ' \
    54 	'-e "s|\(creating build/temp.solaris\).*|\1|" ' \
    54 	'-e "s|\(creating build/temp.solaris\).*|\1|" ' \
    55 	'-e "s|\(Ran 132 tests in\).*|\1|" '
    55 	'-e "s|\(Ran 132 tests in\).*|\1|" '
    56 
    56 
    57 # common targets
    57 COMPONENT_SYSTEM_TEST_DIR =	$(COMPONENT_SRC)
       
    58 COMPONENT_SYSTEM_TEST_ENV =
       
    59 COMPONENT_SYSTEM_TEST_ARGS =	./setup.py test
       
    60 
    58 build:		$(BUILD_32_and_64)
    61 build:		$(BUILD_32_and_64)
    59 
    62 
    60 install:	$(INSTALL_32_and_64)
    63 install:	$(INSTALL_32_and_64)
    61 
    64 
    62 test:		$(TEST_32_and_64)
    65 test:		$(TEST_32_and_64)
    63 
    66 
    64 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    67 system-test:    $(SYSTEM_TEST_32_and_64)
    65 
       
    66 
    68 
    67 REQUIRED_PACKAGES += system/library
    69 REQUIRED_PACKAGES += system/library