Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/build.properties b/plugins/org.eclipse.emf.cdo.tests.db/build.properties
index 8ccd47ceca..664b0177d8 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db/build.properties
+++ b/plugins/org.eclipse.emf.cdo.tests.db/build.properties
@@ -31,6 +31,9 @@ src.includes = about.html,\
CDO AllTests (DBStore).launch,\
CDO AllTests (H2 ALL).launch,\
CDO AllTests (H2 UUIDs).launch,\
- CDO Performance Tests (H2 non-audit).launch
+ CDO Performance Tests (H2 non-audit).launch,\
+ CDO AllTests (H2 ALL) with ServerBrowser.launch,\
+ CDO AllTests (Mysql offline).launch,\
+ CDO AllTests (Oracle).launch
generateSourceReferences = true

Back to the top