]> rtime.felk.cvut.cz Git - wvtest.git/blobdiff - Makefile
Added an initial README.
[wvtest.git] / Makefile
index 42f5a4b6ce7d845b6a04c256967c3114af94525d..555ce175d09008ad8228abb7ef16bbd4cf26d6f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,19 @@
 
 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
+       make -C cpp runtests
        
 test:
-       ./wvtestrunner.pl $(MAKE) runtests
+       ./wvtestrun $(MAKE) runtests
+
+clean::
+       rm -f *~ .*~
+       make -C python clean
+       make -C dotnet clean
+       make -C cpp clean