]> rtime.felk.cvut.cz Git - wvtest.git/blobdiff - Makefile
Added an initial README.
[wvtest.git] / Makefile
index 3755d3c1cb4c03508f4379493928fb981bc2dd14..555ce175d09008ad8228abb7ef16bbd4cf26d6f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,13 @@ all:
 runtests:
        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