blob: 8385de1bb275310caffb53af0b55be4101ff94b8 [file] [log] [blame]
<project default="default" basedir=".">
<import file="${build.home}/releng.wtpbuilder/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}/releng.wtpbuilder/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>