Skip to content
Snippets Groups Projects
Commit 2039dd27 authored by tle's avatar tle
Browse files

Added all JPT tests.

parent 3c72e9f5
No related branches found
No related tags found
No related merge requests found
......@@ -92,9 +92,40 @@
<antcall
target="genHtml" />
</target>
<!-- Dali tests -->
<target
name="dali-tests"
depends="init">
name="jpt-utility-tests"
depends="init"
description="Runs the org.eclipse.jpt.utility.tests test.xml">
<antcall
target="runtests">
<param
name="testPlugin"
value="${org.eclipse.jpt.utility.tests}"/>
<param
name="report"
value="org.eclipse.jpt.utility.tests"/>
</antcall>
</target>
<target
name="jpt-core-tests"
depends="init"
description="Runs the org.eclipse.jpt.core.tests test.xml">
<antcall
target="runtests">
<param
name="testPlugin"
value="${org.eclipse.jpt.core.tests}"/>
<param
name="report"
value="org.eclipse.jpt.core.tests"/>
</antcall>
</target>
<target
name="jpt-eclipselink-core-tests"
depends="init"
description="Runs the org.eclipse.jpt.eclipselink.core.tests test.xml">
<antcall
target="runtests">
<param
......@@ -140,7 +171,12 @@
level="info"
message="Starting dali-tests" />
<antcall
target="dali-tests" />
target="jpt-utility-tests" />
<antcall
target="jpt-core-tests" />
<antcall
target="jpt-eclipselink-core-tests" />
<echo
level="info"
message="Ended Unit Tests" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment