Skip to content

Commit c6310aa

Browse files
committed
Add target for unit tests.
1 parent d28aaae commit c6310aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,9 @@
4848
<gittag repository="." name="${VERSION}"/>
4949
<gitpush repository="." refspec="${VERSION}" quiet="false"/>
5050
</target>
51+
52+
<!-- Runs all unit tests -->
53+
<target name="tests">
54+
<exec command="bin/phpunit --bootstrap=test/bootstrap.php test" passthru="true" checkreturn="true"/>
55+
</target>
5156
</project>

0 commit comments

Comments
 (0)