<?xml version="1.0" encoding="UTF-8"?>
<project default-recipe="default">
<recipe name="default">
<ant name="unit-tests" args="-Dsdk.dir=/usr/java/android" targets="test" working-dir="unit">
<dir-artifact name="junit-xml-reports" base="unit/build/reports">
<include pattern="**/*.xml"/>
<process processor="$(junit xml report processor)"/>
</dir-artifact>
</ant>
<ant name="functional-tests" args="-Davd=froyo-default -Dsdk.dir=/usr/java/android" build-file="build.xml" targets="ci" working-dir="test">
<artifact name="junit-report" file="test/build/reports/junit-report.xml">
<process processor="$(junit xml report processor)"/>
</artifact>
<artifact name="package" calculate-hash="true" featured="true" file="build/DroidScopeActivity-debug.apk"/>
</ant>
</recipe>
</project>