diff options
author | Sven Gothel <[email protected]> | 2023-01-22 08:05:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-22 08:05:20 +0100 |
commit | 766b2507ddaf792e9345076e69666032d008b0bd (patch) | |
tree | 1d27ed308d8f7e21b6723eb8d51fa7b13f9ec257 /make/build-test.xml | |
parent | f8a932f932bad986c649e287fd042210341cdcbf (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.xml | 1 |
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"/> |