From 9121ab94332ec38ac24f88b468b6ca54b1845cd8 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 2 Jan 1997 20:01:44 +0000 Subject: [PATCH] Switched over to use the new testregr.py test harness. --- Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8e75a102ea..2c92655791 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 -- 2.50.1