]> rtime.felk.cvut.cz Git - wvtest.git/blob - Makefile
3755d3c1cb4c03508f4379493928fb981bc2dd14
[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