]> granicus.if.org Git - python/commitdiff
TESTPATH is no longer needed
authorGuido van Rossum <guido@python.org>
Tue, 13 May 1997 17:58:16 +0000 (17:58 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 May 1997 17:58:16 +0000 (17:58 +0000)
Makefile.in

index e76172ab95d07a8a8be5ed4a4afedc4e54a57eaa..3d75f15c6ef1d4f5d781aec055a42ec83035109f 100644 (file)
@@ -166,13 +166,12 @@ Modules: Parser Python Objects
                        prefix="$(prefix)" exec_prefix="$(exec_prefix)" all
 
 # Test the interpreter (twice, once without .pyc files, once with)
-TESTPATH=      $(srcdir)/Lib:$(srcdir)/Lib/$(MACHDEP):$(srcdir)/Lib/test:./Modules
 TESTOPTS=      
 TESTPROG=      $(srcdir)/Lib/test/regrtest.py
 test:          python
                -rm -f $(srcdir)/Lib/test/*.pyc
-               PYTHONPATH=$(TESTPATH) ./python $(TESTPROG) $(TESTOPTS)
-               PYTHONPATH=$(TESTPATH) ./python $(TESTPROG) $(TESTOPTS)
+               ./python $(TESTPROG) $(TESTOPTS)
+               ./python $(TESTPROG) $(TESTOPTS)
 
 # Install everything
 install:       altinstall bininstall maninstall