blob: 526c9980cdd12a8eb3e7e4598ae7a875d593c3f5 [file] [log] [blame]
<project
default="default"
basedir=".">
<import
file="${build.home}/${env.RELENG_BUILDER}/distribution/wtp.tests/testScripts/test.xml" />
<target name="runtests-normal">
<ant
antfile="${eclipse-home}/plugins/${testPlugin}/test.xml"
dir="${eclipse-home}">
<property
name="library-file"
value="${build.home}/${env.RELENG_BUILDER}/distribution/wtp.api/testScripts/api-tests.xml" />
</ant>
<copy
file="${eclipse-home}/${report}.xml"
tofile="${results}/xml/${report}_${platform}.xml"
failonerror="false" />
<antcall target="genHtml" />
</target>
<target name="default">
<antcall target="all" />
</target>
</project>