summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0cfba45a..b659cad2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,9 @@
+#
+# This Makefile is used to test some MediaWiki functions. If you
+# want to install MediaWiki, point your browser to ./config/
+#
test: Test.php
prove -r t
+
+verbose:
+ prove -v -r t | egrep -v '^ok'