]> rtime.felk.cvut.cz Git - wvtest.git/blob - Makefile
Add toplevel and python/ 'make test' example targets.
[wvtest.git] / Makefile
1
2 all:
3         @echo "There's nothing to build here, really."
4         @echo
5         @echo "Try: make test"
6         
7 runtests:
8         make -C python test
9         
10 test:
11         ./wvtestrunner.pl $(MAKE) runtests