[Zope3-checkins] CVS: Zope3 - Makefile:1.20

Marius Gedminas mgedmin@codeworks.lt
Mon, 14 Apr 2003 12:00:04 -0400


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv9666

Modified Files:
	Makefile 
Log Message:
Added ftest, ftest_inplace and ftest_build Makefile targets for running
functional tests.


=== Zope3/Makefile 1.19 => 1.20 ===
--- Zope3/Makefile:1.19	Tue Apr  1 17:04:17 2003
+++ Zope3/Makefile	Mon Apr 14 12:00:03 2003
@@ -17,8 +17,16 @@
 test_inplace: inplace
 	$(PYTHON) test.py -p -v $(TESTOPTS)
 
+ftest_build: build
+	$(PYTHON) test.py -f -p -v $(TESTOPTS)
+
+ftest_inplace: inplace
+	$(PYTHON) test.py -f -p -v $(TESTOPTS)
+
 # XXX What should the default be?
 test: test_inplace
+
+ftest: ftest_inplace
 
 run:
 	$(PYTHON) z3.py