summaryrefslogtreecommitdiff
path: root/Makefile
blob: b659cad2e4fd84733a06205a4bd7f348aac299bb (plain)
1
2
3
4
5
6
7
8
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'