components/libxml2/Makefile
changeset 5059 61e2751151cd
parent 4984 7145b15b7f0d
child 5066 7e7b4d607ab6
equal deleted inserted replaced
5058:2d501f209a1a 5059:61e2751151cd
    97 	true ; \
    97 	true ; \
    98      fi )
    98      fi )
    99 
    99 
   100 # It's also nice to test python 3.4 modules.
   100 # It's also nice to test python 3.4 modules.
   101 COMPONENT_POST_TEST_ACTION = \
   101 COMPONENT_POST_TEST_ACTION = \
   102     ([ $(BITS) -eq 64 ] && (cd $(@D)/python3.4 ; \
   102     ( if [ $(BITS) -eq 64 ]; then \
   103      $(GMAKE) $(COMPONENT_TEST_ARGS) test))
   103 	cd $(@D)/python3.4 ; \
       
   104 	$(GMAKE) $(COMPONENT_TEST_ARGS) test ; \
       
   105      else \
       
   106         true ; \
       
   107      fi )
   104 
   108 
   105 # We have patched our 64 bit python so it will search for modules only in
   109 # We have patched our 64 bit python so it will search for modules only in
   106 # '64/' directories. Now we need to provide one. Otherwise python will
   110 # '64/' directories. Now we need to provide one. Otherwise python will
   107 # end up using libxml2mod.so installed on system.
   111 # end up using libxml2mod.so installed on system.
   108 $(BUILD_DIR)/$(MACH64)/.tested: COMPONENT_PRE_TEST_ACTION = ( \
   112 $(BUILD_DIR)/$(MACH64)/.tested: COMPONENT_PRE_TEST_ACTION = ( \