summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index eab8e2e..7aae79d 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