Bug 8824: check read permission when exporting
[lhc/web/wiklou.git] / Makefile
1 #
2 # This Makefile is used to test some MediaWiki functions. If you
3 # want to install MediaWiki, point your browser to ./config/
4 #
5 test: Test.php
6 prove -r t
7
8 verbose:
9 prove -v -r t | egrep -v '^ok'