mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Add the Lib/MACHDEP subdir to TESTPATH.
This commit is contained in:
parent
ee88ff9d05
commit
fde462e173
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue