[533969] Move to tycho: build linux product for tests

Change-Id: I298c875966c85f66e77bf96942631d666411a082
Signed-off-by: Thomas Guiu <thomas.guiu@soyatec.com>
diff --git a/pom.xml b/pom.xml
index 0697b14..12b8ea9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,11 @@
 								<ws>win32</ws>
 								<arch>x86_64</arch>
 							</environment>
+							<environment>
+								<os>linux</os>
+								<ws>gtk</ws>
+								<arch>x86_64</arch>
+							</environment>
 						</environments>
 					</configuration>
 				</plugin>
diff --git a/tests/org.eclipse.emf.egf.core.test.rcptt/pom.xml b/tests/org.eclipse.emf.egf.core.test.rcptt/pom.xml
index 20a5dbf..8cfdfb7 100644
--- a/tests/org.eclipse.emf.egf.core.test.rcptt/pom.xml
+++ b/tests/org.eclipse.emf.egf.core.test.rcptt/pom.xml
@@ -60,7 +60,7 @@
 						<args>

 							<arg>-consoleLog</arg>

 						</args>

-						<explicit>../../releng/org.eclipse.egf.product/target/products/EGF_product-win32.win32.x86_64.zip</explicit>

+						<explicit>../../releng/org.eclipse.egf.product/target/products/EGF_product-[platform].zip</explicit>

 					</aut>

 				</configuration>

 			</plugin>