X-Git-Url: https://rtime.felk.cvut.cz/gitweb/wvtest.git/blobdiff_plain/d52f31446c8e45e5f25013351ec1aac545a9c48a..7487c2c04a49e61ae17ce3ee3a0ee6714040c8ed:/Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..42f5a4b --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ + +all: + @echo "There's nothing to build here, really." + @echo + @echo "Try: make test" + +runtests: + make -C python test + +test: + ./wvtestrunner.pl $(MAKE) runtests