blob: 5a2d068597a4513483836d172c0d8e7bafd1e144 [file] [log] [blame]
all:
@echo "Try: make test"
@false
runtests:
./wvtest.py \
$(patsubst ./%t,%t/*.py,$(shell find -type d -name t)) \
basedir_test.py
python t/twvtest.py
python basedir_test.py
test:
../wvtestrun $(MAKE) runtests
clean::
rm -f *~ t/*~ *.pyc t/*.pyc