Switched over to use the new testregr.py test harness.
This commit is contained in:
parent
6717030dc9
commit
9121ab9433
|
@ -157,10 +157,12 @@ python: Makefiles
|
||||||
|
|
||||||
# Test the interpreter (twice, once without .pyc files, once with)
|
# Test the interpreter (twice, once without .pyc files, once with)
|
||||||
TESTPATH= $(srcdir)/Lib:$(srcdir)/Lib/test:./Modules
|
TESTPATH= $(srcdir)/Lib:$(srcdir)/Lib/test:./Modules
|
||||||
|
TESTOPTS=
|
||||||
|
TESTPROG= Lib/test/regrtest.py
|
||||||
test: python
|
test: python
|
||||||
-rm -f $(srcdir)/Lib/test/*.pyc
|
-rm -f $(srcdir)/Lib/test/*.pyc
|
||||||
PYTHONPATH=$(TESTPATH) ./python -c 'import autotest'
|
PYTHONPATH=$(TESTPATH) ./python $(TESTPROG) $(TESTOPTS)
|
||||||
PYTHONPATH=$(TESTPATH) ./python -c 'import autotest'
|
PYTHONPATH=$(TESTPATH) ./python $(TESTPROG) $(TESTOPTS)
|
||||||
|
|
||||||
# Install everything
|
# Install everything
|
||||||
install: altinstall bininstall maninstall
|
install: altinstall bininstall maninstall
|
||||||
|
|
Loading…
Reference in New Issue