For Ævar, re-add make tap
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 10 Sep 2010 21:38:10 +0000 (21:38 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 10 Sep 2010 21:38:10 +0000 (21:38 +0000)
maintenance/tests/phpunit/Makefile

index f7342d7..5506e5e 100644 (file)
@@ -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!