From: Guido van Rossum Date: Sat, 11 Jan 1997 19:59:17 +0000 (+0000) Subject: Add the Lib/MACHDEP subdir to TESTPATH. X-Git-Tag: v1.5a1~540 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fde462e1739b469a12ee2cb2db8a1e3a4e9c66b4;p=thirdparty%2FPython%2Fcpython.git Add the Lib/MACHDEP subdir to TESTPATH. --- diff --git a/Makefile.in b/Makefile.in index eab8e2e5af4d..7aae79dc9951 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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