]> rtime.felk.cvut.cz Git - wvtest.git/blobdiff - Makefile
Add toplevel and python/ 'make test' example targets.
[wvtest.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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