components/perl512/Makefile
changeset 181 87e11e685b1f
parent 156 c2445b73a8b2
child 215 e541da761f3d
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    89 
    89 
    90 build:		$(BUILD_32)
    90 build:		$(BUILD_32)
    91 
    91 
    92 install:	$(INSTALL_32)
    92 install:	$(INSTALL_32)
    93 
    93 
    94 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    94 test:		$(TEST_32)
    95 
       
    96 test: build
       
    97 	#
    95 	#
    98 	# 2 expected failures because of the use of cloney in this build.
    96 	# 2 expected failures because of the use of cloney in this build.
    99 	# Without cloney all tests pass.
    97 	# Without cloney all tests pass.
   100 	#
    98 	#
   101 	@cd $(BUILD_DIR_32); $(MAKE) check
    99 
       
   100 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
   102 
   101 
   103 include ../../make-rules/depend.mk
   102 include ../../make-rules/depend.mk