diff options
| author | Guido van Rossum <guido@python.org> | 1997-01-11 19:59:17 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-01-11 19:59:17 +0000 |
| commit | fde462e1739b469a12ee2cb2db8a1e3a4e9c66b4 (patch) | |
| tree | 4602e4faa5371789533f1dba2f9825d17d1aa016 | |
| parent | ee88ff9d057a1d087606e164875599a1f0f6e42a (diff) | |
| download | cpython-git-fde462e1739b469a12ee2cb2db8a1e3a4e9c66b4.tar.gz | |
Add the Lib/MACHDEP subdir to TESTPATH.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index eab8e2e5af..7aae79dc99 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 |
