]> rtime.felk.cvut.cz Git - wvtest.git/blobdiff - Makefile
wvtestrun: Do not use colors on dumb terminals
[wvtest.git] / Makefile
index 3755d3c1cb4c03508f4379493928fb981bc2dd14..583899ccb4b410dd82fa675f4208c73525bb6c6b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,18 @@ all:
        @echo "Try: make test"
        
 runtests:
-       make -C python runtests
-       make -C dotnet runtests
+       $(MAKE) -C sh 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 sh clean
+       $(MAKE) -C python clean
+       $(MAKE) -C dotnet clean
+       $(MAKE) -C cpp clean