]> rtime.felk.cvut.cz Git - wvtest.git/blob - python/Makefile
5593e98380e96653ea4d8f472f380bce710e8eab
[wvtest.git] / python / Makefile
1
2 all:
3         @echo "Try: make test"
4         @false
5
6 test:
7         ../wvtestrunner.pl python wvtestmain.py \
8                 $(patsubst ./%t,%t/*.py,$(shell find -type d -name t))
9