Updated simpletest target in build.xml

skala
Yannick Warnier 12 years ago
parent 1cf1b7f18e
commit f4197381c1
  1. 11
      tests/build.xml

@ -90,11 +90,12 @@
</target> </target>
<target name="simpletest" description="Run simpletests"> <target name="simpletest" description="Run simpletests">
<exec dir="${basedir}/tests" <simpletest>
executable="php" <formatter type="plain"/>
failonerror="true"> <fileset dir="${basedir}/tests">
<arg line="${basedir}/tests/run.sh"/> <include name="test_suite.php"/>
</exec> </fileset>
</simpletest>
</target> </target>
<target name="phpdoc" description="Generate API documentation"> <target name="phpdoc" description="Generate API documentation">

Loading…
Cancel
Save