mirror of
https://github.com/python/cpython.git
synced 2024-11-27 03:45:08 +08:00
Add the Lib/MACHDEP subdir to TESTPATH.
This commit is contained in:
parent
ee88ff9d05
commit
fde462e173
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user