aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* make test-light (cause i am lazy)Antoine Musso2005-07-061-0/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9958
* Test case for disallowed character in an external linkWil Mahan2004-10-111-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5839
* Pass the -a option to diff in case there are tests withWil Mahan2004-10-111-0/+1
| | | | | | | | | | non-text characters; set wgMaxTocLevel global; use .PHONY target in Makefile in case someone happens to have a file named 'test' or similar in the maintenance/ directory. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5837
* Since 'php parserTests.php' is too long for my lazy fingers, added a Makefile.Brion Vibber2004-09-231-0/+9
'make test' to run the parser tests, 'make doc' to run phpdoc generation. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5423