Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2012-03-05 21:26:03 +0000
committerDoug Schaefer2012-03-05 21:26:03 +0000
commit3a1214c27a33dc0e91e9108948eb6315e958aef1 (patch)
tree1b09f9f86208cb0e87745b3c0ae7e45260085abf /pom.xml
parent38289ccdd0077eb33161f4c995986909e2651b9e (diff)
downloadorg.eclipse.cdt-3a1214c27a33dc0e91e9108948eb6315e958aef1.tar.gz
org.eclipse.cdt-3a1214c27a33dc0e91e9108948eb6315e958aef1.tar.xz
org.eclipse.cdt-3a1214c27a33dc0e91e9108948eb6315e958aef1.zip
Turn off the lrparser and xlc tests until they're fixed.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 40d891af184..df392f33548 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,13 +158,14 @@
<module>core/org.eclipse.cdt.core.tests</module>
<module>core/org.eclipse.cdt.ui.tests</module>
+ <module>codan/org.eclipse.cdt.codan.core.test</module>
<module>build/org.eclipse.cdt.managedbuilder.core.tests</module>
<module>build/org.eclipse.cdt.managedbuilder.ui.tests</module>
+
+<!--
<module>lrparser/org.eclipse.cdt.core.lrparser.tests</module>
<module>upc/org.eclipse.cdt.core.parser.upc.tests</module>
<module>xlc/org.eclipse.cdt.core.lrparser.xlc.tests</module>
- <module>codan/org.eclipse.cdt.codan.core.test</module>
-<!--
<module>debug/org.eclipse.cdt.debug.ui.tests</module>
-->

Back to the top