aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-22 08:05:20 +0100
committerSven Gothel <[email protected]>2023-01-22 08:05:20 +0100
commit766b2507ddaf792e9345076e69666032d008b0bd (patch)
tree1d27ed308d8f7e21b6723eb8d51fa7b13f9ec257 /make/build-test.xml
parentf8a932f932bad986c649e287fd042210341cdcbf (diff)
build-test.xml junit.run.swt.awt: Add missing 'jvmarg.generic'
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index a4d8e401d..a5b74a752 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -842,6 +842,7 @@
<arg line="${junit.run.arg1}"/>
<arg line="${jvmDataModel.arg}"/>
<arg value="-Djava.library.path=${obj.all.paths}"/>
+ <arg line="${jvmarg.generic}"/>
<!--
<arg line="-Dnewt.debug.EDT"/>
<arg line="-Dnativewindow.debug=all"/>