[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Don"t build twice on "make test"
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv1809
Modified Files:
Makefile
Log Message:
Don't build twice on 'make test'
Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile 7 Jan 2003 00:03:16 -0000 1.34
+++ Makefile 13 Jan 2003 06:12:02 -0000 1.35
@@ -67,12 +67,12 @@
find . -name '.#*' -print0 |xargs -0 rm -f
find . -name '*.bak' -print0 |xargs -0 rm -f
-test: do_build
+test:
@$(FINDPYTHON); \
echo $$PYTHON setup.py run --subcommand=unittests; \
$$PYTHON setup.py run --subcommand=unittests
-time: do_build
+time:
@$(FINDPYTHON); \
echo $$PYTHON setup.py run --subcommand=benchmarks; \
$$PYTHON setup.py run --subcommand=benchmarks