Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/org.eclipse.swt.tests/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/org.eclipse.swt.tests/pom.xml b/tests/org.eclipse.swt.tests/pom.xml
index e56e6bdf17..9b1811abc8 100644
--- a/tests/org.eclipse.swt.tests/pom.xml
+++ b/tests/org.eclipse.swt.tests/pom.xml
@@ -66,6 +66,9 @@
<configuration>
<testClassesDirectory>${project.build.outputDirectory}</testClassesDirectory>
<argLine>@{tycho.testArgLine} -Dorg.eclipse.swt.internal.gtk.disablePrinting ${os-jvm-flags}</argLine>
+ <systemPropertyVariables>
+ <user.home>${project.build.directory}</user.home> <!-- used as cache directory for SWT native libraries -->
+ </systemPropertyVariables>
</configuration>
</execution>
</executions>

Back to the top