* Removed inconsistent hard coding of colons
[mediawiki.git] / Makefile
blobb659cad2e4fd84733a06205a4bd7f348aac299bb
2 # This Makefile is used to test some MediaWiki functions. If you
3 # want to install MediaWiki, point your browser to ./config/
5 test: Test.php
6 prove -r t
8 verbose:
9 prove -v -r t | egrep -v '^ok'