equal
deleted
inserted
replaced
174 # Note that when a test succeeds, the builds/*/.tested file gets created. You |
174 # Note that when a test succeeds, the builds/*/.tested file gets created. You |
175 # may need to remove these files, or run "gmake clobber" or "gmake clean" |
175 # may need to remove these files, or run "gmake clobber" or "gmake clean" |
176 # between tests. |
176 # between tests. |
177 # |
177 # |
178 COMPONENT_TEST_ENV = EXTRATESTOPTS="-v -uall,-network $(TESTOPTS_PYTHON_TEST)" |
178 COMPONENT_TEST_ENV = EXTRATESTOPTS="-v -uall,-network $(TESTOPTS_PYTHON_TEST)" |
179 COMPONENT_TEST_ENV += PATH="$(PATH)" |
179 # The distutils tests need $CC in $PATH. |
|
180 COMPONENT_TEST_ENV += PATH="$(SPRO_VROOT)/bin:$(PATH)" |
180 COMPONENT_TEST_TARGETS = test |
181 COMPONENT_TEST_TARGETS = test |
181 |
182 |
182 test: $(TEST_32_and_64) |
183 test: $(TEST_32_and_64) |
183 |
184 |
184 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) |
185 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) |