X-Git-Url: https://rtime.felk.cvut.cz/gitweb/wvtest.git/blobdiff_plain/7487c2c04a49e61ae17ce3ee3a0ee6714040c8ed..d19369aa51ae562215578a45772166a1a4b24ce3:/Makefile diff --git a/Makefile b/Makefile index 42f5a4b..3755d3c 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,12 @@ all: - @echo "There's nothing to build here, really." + @echo "There's nothing to build here except the tests." @echo @echo "Try: make test" runtests: - make -C python test + make -C python runtests + make -C dotnet runtests test: ./wvtestrunner.pl $(MAKE) runtests