components/libxml2/Makefile
changeset 4530 57e1c0fb4585
parent 4339 6501cf9c29f9
child 4984 7145b15b7f0d
equal deleted inserted replaced
4520:56630cd6ade3 4530:57e1c0fb4585
   117     $(SYMLINK) ../libxml2mod.so $(@D)/python3.4/.libs/64/libxml2mod.so);
   117     $(SYMLINK) ../libxml2mod.so $(@D)/python3.4/.libs/64/libxml2mod.so);
   118 
   118 
   119 COMPONENT_PRE_TEST_ACTION += \
   119 COMPONENT_PRE_TEST_ACTION += \
   120     (cd $(@D) ; gtar xf $(COMPONENT_DIR)/$(COMPONENT_ARCHIVE_1));
   120     (cd $(@D) ; gtar xf $(COMPONENT_DIR)/$(COMPONENT_ARCHIVE_1));
   121 
   121 
       
   122 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
       
   123 
       
   124 COMPONENT_TEST_TRANSFORMS = \
       
   125 	'-e "s/^make\[.*$$/[EnD]/" ' \
       
   126 	'-e "/^\#\# XML regression tests/,/^\[EnD\]/p" ' \
       
   127 	'-e "/^\#\# running Python regression tests/,/^\[EnD\]/p" ' \
       
   128         '-e "/.*/d" '
       
   129 
       
   130 COMPONENT_SYSTEM_TEST_TARGETS = system-test 
       
   131 COMPONENT_PRE_SYSTEM_TEST_ACTION = $(COMPONENT_PRE_TEST_ACTION)
       
   132 
   122 # common targets
   133 # common targets
   123 configure:	$(CONFIGURE_32_and_64)
   134 configure:	$(CONFIGURE_32_and_64)
   124 
   135 
   125 build:		$(BUILD_32_and_64)
   136 build:		$(BUILD_32_and_64)
   126 
   137 
   129 	$(PYTHON.2.7.32) -m compileall $(PROTO_DIR)/usr/lib/python2.7/vendor-packages
   140 	$(PYTHON.2.7.32) -m compileall $(PROTO_DIR)/usr/lib/python2.7/vendor-packages
   130 	$(PYTHON.3.4.64) -m compileall $(PROTO_DIR)/usr/lib/python3.4/vendor-packages
   141 	$(PYTHON.3.4.64) -m compileall $(PROTO_DIR)/usr/lib/python3.4/vendor-packages
   131 
   142 
   132 test:		$(TEST_32_and_64)
   143 test:		$(TEST_32_and_64)
   133 
   144 
   134 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
   145 system-test:    $(CONFIGURE_32_and_64) $(SYSTEM_TEST_32_and_64)
   135 
   146 
   136 
   147 
   137 REQUIRED_PACKAGES += library/libxml2
   148 REQUIRED_PACKAGES += library/libxml2
   138 REQUIRED_PACKAGES += library/zlib
   149 REQUIRED_PACKAGES += library/zlib
   139 REQUIRED_PACKAGES += runtime/python-26
   150 REQUIRED_PACKAGES += runtime/python-26