blob: 6e94da295eeac029fc4c701b38d6de396f7b9060 [file] [log] [blame]
<project
default="default"
basedir=".">
<import
file="${build.home}/${env.RELENGWTPBUILDER}/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.RELENGWTPBUILDER}/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>