make-rules/shared-macros.mk
changeset 2106 adb848b3a7d4
parent 2060 a9ad5cd0ec29
child 2164 b580bc10e31a
equal deleted inserted replaced
2105:b5dd48f1394b 2106:adb848b3a7d4
   228 TEST_64 =		$(BUILD_DIR_64)/.tested
   228 TEST_64 =		$(BUILD_DIR_64)/.tested
   229 TEST_32_and_64 =	$(TEST_32) $(TEST_64)
   229 TEST_32_and_64 =	$(TEST_32) $(TEST_64)
   230 $(BUILD_DIR_32)/.tested:       BITS=32
   230 $(BUILD_DIR_32)/.tested:       BITS=32
   231 $(BUILD_DIR_64)/.tested:       BITS=64
   231 $(BUILD_DIR_64)/.tested:       BITS=64
   232 
   232 
       
   233 # set the default command to use for test of the component
       
   234 COMPONENT_TEST_CMD =		$(GMAKE)
       
   235 
   233 # set the default target for test of the component
   236 # set the default target for test of the component
   234 COMPONENT_TEST_TARGETS =	check
   237 COMPONENT_TEST_TARGETS =	check
   235 
   238 
   236 # set the default directory for test of the component
   239 # set the default directory for test of the component
   237 COMPONENT_TEST_DIR =		$(@D)
   240 COMPONENT_TEST_DIR =		$(@D)