]> rtime.felk.cvut.cz Git - wvtest.git/blob - python/Makefile
Merge wvtest.py and wvtestmain.py into one file.
[wvtest.git] / python / Makefile
1
2 all:
3         @echo "Try: make test"
4         @false
5
6 runtests:
7         ./wvtest.py \
8                 $(patsubst ./%t,%t/*.py,$(shell find -type d -name t))
9
10 test:
11         ../wvtestrun $(MAKE) runtests
12
13 clean::
14         rm -f *~ t/*~ *.pyc t/*.pyc