diff options
author | Sven Gothel <[email protected]> | 2011-04-08 18:10:27 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-04-08 18:10:27 +0200 |
commit | e104e42ba9ecda8c4094bf4b183105a6ab719da5 (patch) | |
tree | e6232aac1c651e11f8d218c57db13db7733dbd79 | |
parent | 547724c6790db5888bf803ec7e79b5eaa8cc1d87 (diff) |
resolve conflicts
-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" |