diff options
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 242fd3c9b..48ab0ae6a 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -73,6 +73,7 @@ function jrun() { #D_ARGS="-Djogl.debug.GLCanvas -Djogl.debug.GraphicsConfiguration" #D_ARGS="-Djogl.debug.GLCanvas" #D_ARGS="-Dnativewindow.debug.ToolkitLock.TraceLock" + D_ARGS="-Djogl.debug.graph.curve" #X_ARGS="-Dsun.java2d.noddraw=true -Dsun.java2d.opengl=true" #X_ARGS="-verbose:jni" |