diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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' |