Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConrad Groth2017-06-17 13:34:04 +0000
committerLeo Ufimtsev2017-06-22 16:02:34 +0000
commit8a0c15acf207b28d8176e0bab62ed119f4eaa273 (patch)
treee2c5ac091265e941acab14ccb278a3b0dbf4b46a /tests/org.eclipse.swt.tests.win32/build.properties
parent1de96ce5fd119e54b04409701c4c03aee6792e1f (diff)
downloadeclipse.platform.swt-8a0c15acf207b28d8176e0bab62ed119f4eaa273.tar.gz
eclipse.platform.swt-8a0c15acf207b28d8176e0bab62ed119f4eaa273.tar.xz
eclipse.platform.swt-8a0c15acf207b28d8176e0bab62ed119f4eaa273.zip
Bug 518379 - Allow platform specific JUnit tests
provide infrastructure for platform specific JUnit tests based on maven profiles Patchset 4: - (Leo) Adding AllGtk, All Cocoa, AllWin32 Tests.java - (Leo) Updating pom files. Patchset 5: - (Leo) Commenting out currently unused test setup. Change-Id: I180bc31fc2bca3f8e34f06dfc65ca6b0ac7cd538 Signed-off-by: Conrad Groth <info@conrad-groth.de> Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com>
Diffstat (limited to 'tests/org.eclipse.swt.tests.win32/build.properties')
-rw-r--r--tests/org.eclipse.swt.tests.win32/build.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/org.eclipse.swt.tests.win32/build.properties b/tests/org.eclipse.swt.tests.win32/build.properties
new file mode 100644
index 0000000000..ea0d847357
--- /dev/null
+++ b/tests/org.eclipse.swt.tests.win32/build.properties
@@ -0,0 +1,14 @@
+###############################################################################
+# Copyright (c) 2017 Conrad Groth and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Conrad Groth - initial implementation
+###############################################################################
+source..=JUnit Tests/
+
+bin.includes = .,\
+ META-INF/

Back to the top