From: Chad Horohoe Date: Fri, 10 Sep 2010 21:38:10 +0000 (+0000) Subject: For Ævar, re-add make tap X-Git-Tag: 1.31.0-rc.0~35031 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=4f75d14720379314ff62d7e1deb7fa85262154e9;p=lhc%2Fweb%2Fwiklou.git For Ævar, re-add make tap --- diff --git a/maintenance/tests/phpunit/Makefile b/maintenance/tests/phpunit/Makefile index f7342d7f62..5506e5e0d4 100644 --- a/maintenance/tests/phpunit/Makefile +++ b/maintenance/tests/phpunit/Makefile @@ -9,8 +9,12 @@ install: pear channel-discover pear.phpunit.de pear install phpunit/PHPUnit +tap: + phpunit --configuration suite.xml --tap + help: # Targets: # phpunit (default) Run all the tests with phpunit # install Install PHPUnit from phpunit.de + # tap Run the tests individually through Test::Harness's prove(1) # help You're looking at it!