wiki.techinc.nl/Makefile
2007-01-25 19:24:51 +00:00

9 lines
199 B
Makefile

#
# 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'