Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorUwe Stieber2012-08-06 17:40:29 +0000
committerUwe Stieber2012-08-06 17:40:29 +0000
commitc05cfe595373ea9d176e8edcc0c144b894776e8c (patch)
tree2f7af418bdc97dad246b600e21cbe17fb0d12860 /tests
parent76a38fcf07e597dcb7eb8dfa75413098e2664286 (diff)
downloadorg.eclipse.tcf-c05cfe595373ea9d176e8edcc0c144b894776e8c.tar.gz
org.eclipse.tcf-c05cfe595373ea9d176e8edcc0c144b894776e8c.tar.xz
org.eclipse.tcf-c05cfe595373ea9d176e8edcc0c144b894776e8c.zip
Unit tests: Test pom.xml need to reference all modules build by pom.xml + o.e.tcf.te.tests
Diffstat (limited to 'tests')
-rw-r--r--tests/pom-tests.xml16
1 files changed, 4 insertions, 12 deletions
diff --git a/tests/pom-tests.xml b/tests/pom-tests.xml
index 40fc16bd8..1a6f95f40 100644
--- a/tests/pom-tests.xml
+++ b/tests/pom-tests.xml
@@ -18,18 +18,10 @@
<name>TCF Unit Tests, Master</name>
<modules>
- <!-- List the modules where we need the class files to create the report -->
- <module>../plugins/org.eclipse.tcf</module>
- <module>../plugins/org.eclipse.tcf.core</module>
- <module>../plugins/org.eclipse.tcf.debug</module>
- <module>../plugins/org.eclipse.tcf.debug.ui</module>
- <module>../plugins/org.eclipse.tcf.cdt.ui</module>
-
- <module>../features/org.eclipse.tcf.feature</module>
- <module>../features/org.eclipse.tcf.sdk.feature</module>
- <module>../features/org.eclipse.tcf.cdt.feature</module>
- <module>../features/org.eclipse.tcf.cdt.sdk.feature</module>
-
+ <!-- The modules the test module depends on -->
+ <module>../pom.xml</module>
+ <module>../target_explorer/plugins/org.eclipse.tcf.te.tests</module>
+
<!-- The test module executing the tests -->
<module>plugins/org.eclipse.tcf.debug.test</module>
</modules>

Back to the top