* (bug 3224) Allow minor edits by bots to skip new message notification on
[lhc/web/wiklou.git] / tests / Makefile
1 .PHONY: help test
2 all test:
3 php RunTests.php
4 install:
5 cvs -z9 -d:pserver:cvsread:@cvs.php.net:/repository/ co -P pear/PHPUnit
6 mv pear/PHPUnit .
7 rm -rf pear
8 clean:
9 rm -rf PHPUnit pear
10 help:
11 # Options:
12 # test (default) Run the unit tests
13 # install Install PHPUnit from CVS
14 # clean Remove local PHPUnit install
15 # help You're looking at it!