Index: trunk/phase3/maintenance/tests/phpunit/Makefile |
— | — | @@ -9,8 +9,12 @@ |
10 | 10 | pear channel-discover pear.phpunit.de |
11 | 11 | pear install phpunit/PHPUnit |
12 | 12 | |
| 13 | +tap: |
| 14 | + phpunit --configuration suite.xml --tap |
| 15 | + |
13 | 16 | help: |
14 | 17 | # Targets: |
15 | 18 | # phpunit (default) Run all the tests with phpunit |
16 | 19 | # install Install PHPUnit from phpunit.de |
| 20 | + # tap Run the tests individually through Test::Harness's prove(1) |
17 | 21 | # help You're looking at it! |