Changed ftest target to run atoum.

This commit is contained in:
Matt Butcher 2011-12-21 14:54:03 -06:00
parent 0902bbc67d
commit 8e16817fba

View File

@ -188,12 +188,12 @@ To print this message, do:
<property name="pearchannel" value="../pear.querypath.org/pear"/> <property name="pearchannel" value="../pear.querypath.org/pear"/>
--> -->
<includepath classpath="../PhingDoxygen/src"/> <includepath classpath="../../PhingDoxygen/src"/>
<taskdef classname="PhingDoxygen.Task.DoxygenTask" name="doxygen"/> <taskdef classname="PhingDoxygen.Task.DoxygenTask" name="doxygen"/>
<!-- Pyrus tasks. --> <!-- Pyrus tasks. -->
<includepath classpath="/Users/mbutcher/Code"/> <!-- Pyrus is here. --> <includepath classpath="/Users/mbutcher/Code"/> <!-- Pyrus is here. -->
<includepath classpath="../PhingPyrus/src"/> <includepath classpath="../../PhingPyrus/src"/>
<taskdef classname="PhingPyrus.Task.PyrusMakeTask" name="pyrusmake"/> <taskdef classname="PhingPyrus.Task.PyrusMakeTask" name="pyrusmake"/>
<taskdef classname="PhingPyrus.Task.PyrusPackageTask" name="pyruspackage"/> <taskdef classname="PhingPyrus.Task.PyrusPackageTask" name="pyruspackage"/>
<taskdef classname="PhingPyrus.Task.PyrusHelpTask" name="pyrushelp"/> <taskdef classname="PhingPyrus.Task.PyrusHelpTask" name="pyrushelp"/>
@ -463,13 +463,7 @@ Edit project.properties (or build.xml) to set the above.
Run a fast test and print the results to the console. Run a fast test and print the results to the console.
--> -->
<target name="ftest" description="Run a quick unit test." depends="pretest"> <target name="ftest" description="Run a quick unit test." depends="pretest">
<!-- Fast test. --> <exec command="php mageekguy.atoum.phar -d test/Tests" passthru="true"/>
<phpunit>
<formatter type="summary" usefile="no"/>
<batchtest>
<fileset refid="unittests"/>
</batchtest>
</phpunit>
</target> </target>
<!-- TARGET <!-- TARGET