]> rtime.felk.cvut.cz Git - wvtest.git/blobdiff - Makefile
Added a Makefile to dotnet as an example of how to run tests.
[wvtest.git] / Makefile
index 42f5a4b6ce7d845b6a04c256967c3114af94525d..3755d3c1cb4c03508f4379493928fb981bc2dd14 100644 (file)
--- 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