]> granicus.if.org Git - python/commitdiff
Add the Lib/MACHDEP subdir to TESTPATH.
authorGuido van Rossum <guido@python.org>
Sat, 11 Jan 1997 19:59:17 +0000 (19:59 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 11 Jan 1997 19:59:17 +0000 (19:59 +0000)
Makefile.in

index eab8e2e5af4d27db4e3fc91da069e61f23c12dbb..7aae79dc99518d87c7cecbc92094363cb8da1741 100644 (file)
@@ -156,7 +156,7 @@ python:             Makefiles
                done
 
 # Test the interpreter (twice, once without .pyc files, once with)
-TESTPATH=      $(srcdir)/Lib:$(srcdir)/Lib/test:./Modules
+TESTPATH=      $(srcdir)/Lib:$(srcdir)/Lib/$(MACHDEP):$(srcdir)/Lib/test:./Modules
 TESTOPTS=      
 TESTPROG=      $(srcdir)/Lib/test/regrtest.py
 test:          python