Moved tests to maintenance - one directory less to care about when configuring access.
[lhc/web/wiklou.git] / maintenance / tests / Makefile
1 .PHONY: help test
2 all test:
3 phpunit
4 install:
5 pear channel-discover pear.phpunit.de
6 pear install phpunit/PHPUnit
7 help:
8 # Options:
9 # test (default) Run the unit tests
10 # install Install PHPUnit from phpunit.de
11 # help You're looking at it!