]> rtime.felk.cvut.cz Git - wvtest.git/blob - Makefile
Added a Makefile to dotnet as an example of how to run tests.
[wvtest.git] / Makefile
1
2 all:
3         @echo "There's nothing to build here except the tests."
4         @echo
5         @echo "Try: make test"
6         
7 runtests:
8         make -C python runtests
9         make -C dotnet runtests
10         
11 test:
12         ./wvtestrunner.pl $(MAKE) runtests