Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index 216d62cf5..5b9367f6a 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -54,6 +54,11 @@
<artifactId>org.eclipse.tcf.te.tcf.feature.feature.group</artifactId>
<version>${tcf-version}</version>
</dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.eclipse.tcf.te.tests</artifactId>
+ <version>${tcf-version}</version>
+ </dependency>
</dependencies>
</configuration>
</plugin>

Back to the top