components/python/python34/Makefile
branchs11-update
changeset 3795 cfd59dfe98a2
parent 3793 7befd73326eb
child 3876 da37433d5103
equal deleted inserted replaced
3794:4c9c1c3e5031 3795:cfd59dfe98a2
   169 # Note that when a test succeeds, the builds/*/.tested file gets created.  You
   169 # Note that when a test succeeds, the builds/*/.tested file gets created.  You
   170 # may need to remove these files, or run "gmake clobber" or "gmake clean"
   170 # may need to remove these files, or run "gmake clobber" or "gmake clean"
   171 # between tests.
   171 # between tests.
   172 #
   172 #
   173 COMPONENT_TEST_ENV = EXTRATESTOPTS="-v -uall,-network $(TESTOPTS_PYTHON_TEST)"
   173 COMPONENT_TEST_ENV = EXTRATESTOPTS="-v -uall,-network $(TESTOPTS_PYTHON_TEST)"
   174 COMPONENT_TEST_ENV += PATH="$(PATH)"
   174 # The distutils tests need $CC in $PATH.
       
   175 COMPONENT_TEST_ENV += PATH="$(SPRO_VROOT)/bin:$(PATH)"
   175 # Prevent the tests from getting stuck waiting for input.
   176 # Prevent the tests from getting stuck waiting for input.
   176 COMPONENT_TEST_TARGETS = test < /dev/null
   177 COMPONENT_TEST_TARGETS = test < /dev/null
   177 
   178 
   178 test:				$(TEST_64)
   179 test:				$(TEST_64)
   179 
   180