Bug 467552 - [e4 Tools] add org.eclipse.e4.tools.test to build

Change-Id: I1faf8c9b236d508310295646b320bee60978fc1a
Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/pom.xml b/pom.xml
index 58e7f30..d444233 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,11 +29,11 @@
 		<tycho.scmUrl>scm:git:http://git.eclipse.org/gitroot/e4/org.eclipse.e4.tools</tycho.scmUrl>
 	</properties>
 
-  <!-- 
-    To build individual bundles, we specify a repository where to find parent pom, 
+  <!--
+    To build individual bundles, we specify a repository where to find parent pom,
     in case it is not in local maven cache already
-    and that parent pom also has fuller individual-bundle profile 
-    defined that is combined with this one. --> 
+    and that parent pom also has fuller individual-bundle profile
+    defined that is combined with this one. -->
   <profiles>
     <profile>
       <id>build-individual-bundles</id>
@@ -59,6 +59,7 @@
     <module>./bundles/org.eclipse.e4.tools.emf.editor3x</module>
     <module>./bundles/org.eclipse.e4.tools.emf.ui</module>
     <module>./bundles/org.eclipse.e4.tools.jdt.templates</module>
+    <module>./tests/org.eclipse.e4.tools.test</module>
     <module>./features/org.eclipse.e4.core.tools.feature</module>
   </modules>
 
diff --git a/tests/org.eclipse.e4.tools.test/pom.xml b/tests/org.eclipse.e4.tools.test/pom.xml
new file mode 100644
index 0000000..a94b114
--- /dev/null
+++ b/tests/org.eclipse.e4.tools.test/pom.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.eclipse</groupId>
+		<artifactId>eclipse.platform.ui.tools</artifactId>
+		<version>4.8.0-SNAPSHOT</version>
+		<relativePath>../../</relativePath>
+	</parent>
+
+	<groupId>eclipse.platform.ui.tool</groupId>
+	<artifactId>org.eclipse.e4.tools.test</artifactId>
+	<version>1.1.0-SNAPSHOT</version>
+
+	<packaging>eclipse-test-plugin</packaging>
+
+</project>