diff options
author | Sven Gothel <[email protected]> | 2011-12-18 16:46:33 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-18 16:46:33 +0100 |
commit | 6b6d9f290242deabed6db03717d07f1889d17a8c (patch) | |
tree | a42b870866a3bb3ebf69c7b0017eb9e78a41174c /make | |
parent | 61573444bcd65feac6bb1a4589f507b9d10f2926 (diff) |
Add TempJarCache usage
Diffstat (limited to 'make')
-rw-r--r-- | make/build-test.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 0aa5303..91a1d2d 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -98,11 +98,12 @@ <target name="test.auto.run" depends="junit.run"/> <target name="junit.run" depends="test.compile"> - <junit forkmode="once" showoutput="true" fork="true" includeAntRuntime="true"> + <junit forkmode="perTest" showoutput="true" fork="true" haltonerror="off" includeAntRuntime="true"> <env key="${system.env.library.path}" path="${obj.all.paths}"/> <jvmarg value="${jvmDataModel.arg}"/> <jvmarg value="-Djava.library.path=${obj.all.paths}"/> <!-- + <jvmarg value="-Djogamp.debug=all"/> <jvmarg value="-Djogamp.debug.NativeLibrary=true"/> <jvmarg value="-Djogamp.debug.NativeLibrary.Lookup=true"/> <jvmarg value="-Djogamp.debug.ProcAddressHelper=true"/> --> @@ -153,6 +154,7 @@ <arg line="${jvmDataModel.arg}"/> <arg value="-Djava.library.path=${obj.all.paths}"/> <!-- + <arg line="-Djogamp.debug=all"/> <arg line="-Djogamp.debug.NativeLibrary=true"/> <arg line="-Djogamp.debug.NativeLibrary.Lookup=true"/> <arg line="-Djogamp.debug.ProcAddressHelper=true"/> --> |