|
|
|
@ -92,6 +92,14 @@ |
|
|
|
</exec> |
|
|
|
</exec> |
|
|
|
</target> |
|
|
|
</target> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<target name="simpletest" description="Run simpletests"> |
|
|
|
|
|
|
|
<exec dir="${basedir}/tests" |
|
|
|
|
|
|
|
executable="php" |
|
|
|
|
|
|
|
failonerror="true"> |
|
|
|
|
|
|
|
<arg line="tests/run.sh"/> |
|
|
|
|
|
|
|
</exec> |
|
|
|
|
|
|
|
</target> |
|
|
|
|
|
|
|
|
|
|
|
<target name="phpdoc" description="Generate API documentation"> |
|
|
|
<target name="phpdoc" description="Generate API documentation"> |
|
|
|
<exec executable="phpdoc"> |
|
|
|
<exec executable="phpdoc"> |
|
|
|
<arg line="-d ${basedir} -t ${basedir}/logs/docs" /> |
|
|
|
<arg line="-d ${basedir} -t ${basedir}/logs/docs" /> |
|
|
|
|