Pass the -a option to diff in case there are tests with
[lhc/web/wiklou.git] / maintenance / Makefile
1 .PHONY: help make test
2 help:
3 # Run 'make test' to run the parser tests.
4 # Run 'make doc' to run the phpdoc generation.
5
6 test:
7 php parserTests.php
8
9 doc:
10 php mwdocgen.php --all