Skip to content
Snippets Groups Projects
Commit 459f0950 authored by tle's avatar tle
Browse files

Added a test target to run EclipseLink JUnit tests suite

parent f7970f0b
No related branches found
No related tags found
No related merge requests found
......@@ -831,6 +831,20 @@
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
name="testPlugin"
value="${org.eclipse.jpt.eclipselink.core.tests}"/>
<param
name="report"
value="org.eclipse.jpt.eclipselink.core.tests"/>
</antcall>
</target>
<!-- JSDT tests -->
<target
......@@ -1027,6 +1041,11 @@
message="Starting dali-core-tests"/>
<antcall
target="dali-core-tests"/>
<echo
level="info"
message="Starting jpt-eclipselink-core-tests"/>
<antcall
target="jpt-eclipselink-core-tests"/>
<echo
level="info"
message="Ended JPT 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