]> rtime.felk.cvut.cz Git - wvtest.git/blob - python/Makefile
6d54894ba6e0aeb7072712f327aefbbb4eb682fe
[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         python t/twvtest.py
10
11 test:
12         ../wvtestrun $(MAKE) runtests
13
14 clean::
15         rm -f *~ t/*~ *.pyc t/*.pyc