Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2014-09-09 19:26:12 +0000
committerJeff Johnston2014-10-31 21:50:33 +0000
commit2706336f4669beb4c9234da934185107c3badc6e (patch)
tree79d730d82ea54d2ab66afa2d6fa7c1129ea995ed /pom.xml
parentcee1a39898389acba4b0f55e811a1867138bf661 (diff)
downloadorg.eclipse.cdt-2706336f4669beb4c9234da934185107c3badc6e.tar.gz
org.eclipse.cdt-2706336f4669beb4c9234da934185107c3badc6e.tar.xz
org.eclipse.cdt-2706336f4669beb4c9234da934185107c3badc6e.zip
Enable Autotools UI tests which use SWTBot.
Change-Id: I4269954635a3d7a534092daf8a85c4c8be6cc63b Reviewed-on: https://git.eclipse.org/r/33143 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1c1dfce0047..437f786f90c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@
<module>build/org.eclipse.cdt.autotools.docs</module>
<module>build/org.eclipse.cdt.autotools.tests</module>
<module>build/org.eclipse.cdt.autotools.ui</module>
- <!--<module>build/org.eclipse.cdt.autotools.ui.tests</module>-->
+ <module>build/org.eclipse.cdt.autotools.ui.tests</module>
<module>build/org.eclipse.cdt.autotools-feature</module>
<module>build/org.eclipse.cdt.autotools.source-feature</module>
<module>build/org.eclipse.linuxtools.cdt.autotools.core</module>

Back to the top