X-Git-Url: http://rtime.felk.cvut.cz/gitweb/wvtest.git/blobdiff_plain/d19369aa51ae562215578a45772166a1a4b24ce3..2d867d814f91ae7ccd66611feb90a15e8d9f50e9:/python/Makefile diff --git a/python/Makefile b/python/Makefile index d12f1dd..e9e23f2 100644 --- a/python/Makefile +++ b/python/Makefile @@ -4,8 +4,11 @@ all: @false runtests: - python wvtestmain.py \ + ./wvtest.py \ $(patsubst ./%t,%t/*.py,$(shell find -type d -name t)) test: - ../wvtestrunner.pl $(MAKE) runtests + ../wvtestrun $(MAKE) runtests + +clean:: + rm -f *~ t/*~ *.pyc t/*.pyc \ No newline at end of file