summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 8e75a10..2c92655 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -157,10 +157,12 @@ python: Makefiles
# Test the interpreter (twice, once without .pyc files, once with)
TESTPATH= $(srcdir)/Lib:$(srcdir)/Lib/test:./Modules
+TESTOPTS=
+TESTPROG= Lib/test/regrtest.py
test: python
-rm -f $(srcdir)/Lib/test/*.pyc
- PYTHONPATH=$(TESTPATH) ./python -c 'import autotest'
- PYTHONPATH=$(TESTPATH) ./python -c 'import autotest'
+ PYTHONPATH=$(TESTPATH) ./python $(TESTPROG) $(TESTOPTS)
+ PYTHONPATH=$(TESTPATH) ./python $(TESTPROG) $(TESTOPTS)
# Install everything
install: altinstall bininstall maninstall