Community
Participate
Working Groups
</target>
<target name="runtests-normal" unless="runAsPerfApp">
<ant antfile="${eclipse-home}/plugins/${testPlugin}/test.xml" dir="${eclipse-home}"/>
<ant antfile="${eclipse-home}/plugins/${testPlugin}/test.xml" dir="${eclipse-home}">
<property name="library-file" value="${testDir}/junit-tests.xml"/>
</ant>
<copy file="${eclipse-home}/${report}.xml" tofile="${results}/xml/${report}_${platform}.xml" failonerror="false" />
<antcall target="genHtml" />
<?xml version="1.0"?>
<project name="API tests" basedir="." >
<property name="library-xml-file" value="${basedir}/plugins/org.eclipse.test_3.1.0/library.xml"/>
<import file="${library-xml-file}"/>
<target name="core-test">
<antcall target="eclipse-test">
<param name="application" value="org.eclipse.test.coretestapplication"/>
<param name="extraVMargs" value="${extraVMargs} -Dwtp.quiet=true"/>
</antcall>
<target name="ui-test">
<param name="application" value="org.eclipse.test.uitestapplication"/>
</project>