Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2006-07-23 18:01:37 +0000
committermtaal2006-07-23 18:01:37 +0000
commit280dd003464a5545d7cbc2f52ed67969cda8c16d (patch)
tree97e68517f7e83d670929b1a5964b5630662ace00 /tests/org.eclipse.emf.teneo.tests
parentb674a93bd1c3b90c041f43a7fe77377b4aea4f2c (diff)
downloadorg.eclipse.emf.teneo-280dd003464a5545d7cbc2f52ed67969cda8c16d.tar.gz
org.eclipse.emf.teneo-280dd003464a5545d7cbc2f52ed67969cda8c16d.tar.xz
org.eclipse.emf.teneo-280dd003464a5545d7cbc2f52ed67969cda8c16d.zip
Updated test.xml
Diffstat (limited to 'tests/org.eclipse.emf.teneo.tests')
-rw-r--r--tests/org.eclipse.emf.teneo.tests/test.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/org.eclipse.emf.teneo.tests/test.xml b/tests/org.eclipse.emf.teneo.tests/test.xml
index d6f73475d..ef60aca18 100644
--- a/tests/org.eclipse.emf.teneo.tests/test.xml
+++ b/tests/org.eclipse.emf.teneo.tests/test.xml
@@ -47,6 +47,16 @@
<param name="testPlugin" value="${org.eclipse.emf.teneo.hibernate.test}" />
<param name="report" value="org.eclipse.emf.teneo.hibernate.test" />
</antcall>
+
+ <antcall target="runtests_generate">
+ <param name="testPlugin" value="${org.eclipse.emf.teneo.jpox.test}" />
+ <param name="report" value="org.eclipse.emf.teneo.jpox.test" />
+ </antcall>
+
+ <antcall target="runtests">
+ <param name="testPlugin" value="${org.eclipse.emf.teneo.jpox.test}" />
+ <param name="report" value="org.eclipse.emf.teneo.jpox.test" />
+ </antcall>
</target>
<target name="all">

Back to the top