]> rtime.felk.cvut.cz Git - wvtest.git/blobdiff - Makefile
sh: Import wvtest.sh from the bup project.
[wvtest.git] / Makefile
index 555ce175d09008ad8228abb7ef16bbd4cf26d6f5..583899ccb4b410dd82fa675f4208c73525bb6c6b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,15 +5,18 @@ all:
        @echo "Try: make test"
        
 runtests:
-       make -C python runtests
-       make -C dotnet runtests
-       make -C cpp runtests
+       $(MAKE) -C sh runtests
+       $(MAKE) -C python runtests
+       $(MAKE) -C dotnet runtests
+       $(MAKE) -C cpp runtests
+       
        
 test:
        ./wvtestrun $(MAKE) runtests
 
 clean::
        rm -f *~ .*~
-       make -C python clean
-       make -C dotnet clean
-       make -C cpp clean
+       $(MAKE) -C sh clean
+       $(MAKE) -C python clean
+       $(MAKE) -C dotnet clean
+       $(MAKE) -C cpp clean