javascript: support using nodejs as jsshell interpreter.
[wvtest.git] / python / Makefile
blobd439e55896922e43b6decfd55ce513667fd90ee1
2 all:
3 @echo "Try: make test"
5 runtests:
6 ./wvtest.py \
7 $(patsubst ./%t,%t/*.py,$(shell find . -type d -name t)) \
8 basedir_test.py
9 python t/twvtest.py
10 python basedir_test.py
12 test:
13 ../wvtestrun $(MAKE) runtests
15 clean::
16 rm -f *~ t/*~ *.pyc t/*.pyc