make-rules/shared-macros.mk
changeset 2164 b580bc10e31a
parent 2106 adb848b3a7d4
child 2204 f83e0e3cf2d7
equal deleted inserted replaced
2163:a23eea6de4af 2164:b580bc10e31a
   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 env command to use for test of the component
       
   234 COMPONENT_TEST_ENV_CMD =        $(ENV)
       
   235 
   233 # set the default command to use for test of the component
   236 # set the default command to use for test of the component
   234 COMPONENT_TEST_CMD =		$(GMAKE)
   237 COMPONENT_TEST_CMD =		$(GMAKE)
   235 
   238 
   236 # set the default target for test of the component
   239 # set the default target for test of the component
   237 COMPONENT_TEST_TARGETS =	check
   240 COMPONENT_TEST_TARGETS =	check