]> rtime.felk.cvut.cz Git - wvtest.git/blobdiff - Makefile
wvtestrun: Do not use colors on dumb terminals
[wvtest.git] / Makefile
index 6d238d2c50af604d9e7b67ccdd2dd07486ec3744..583899ccb4b410dd82fa675f4208c73525bb6c6b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,14 +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:
-       ./wvtestrunner.pl $(MAKE) runtests
+       ./wvtestrun $(MAKE) runtests
 
 clean::
-       make -C python clean
-       make -C dotnet clean
-       make -C cpp clean
+       rm -f *~ .*~
+       $(MAKE) -C sh clean
+       $(MAKE) -C python clean
+       $(MAKE) -C dotnet clean
+       $(MAKE) -C cpp clean