diff options
author | Sven Gothel <[email protected]> | 2011-04-26 07:55:48 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-04-26 07:55:48 +0200 |
commit | 68aeb5dcd9f282a0a3ce6210808ce6b92063e229 (patch) | |
tree | 6ccbc66c2c7b0bd21d44638489251a851f0cb52e /make/scripts/tests.sh | |
parent | 2da29975e345fd3554436027f59b6f46ace22bcb (diff) |
test script
Diffstat (limited to 'make/scripts/tests.sh')
-rwxr-xr-x | make/scripts/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 73780a7de..c433945dc 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -74,7 +74,7 @@ function jrun() { #D_ARGS="-Djogl.debug.GLCanvas" #D_ARGS="-Djogl.debug.DebugGL -Djogl.debug.GLDebugMessageHandler" #D_ARGS="-Djogl.debug.DebugGL -Djogl.debug.TraceGL" - D_ARGS="-Djogl.debug.GLDebugMessageHandler" + #D_ARGS="-Djogl.debug.GLDebugMessageHandler -Dnewt.debug.Window -Dnewt.debug.Display -Dnewt.debug.EDT" #D_ARGS="-Djogl.debug.GLDebugMessageHandler -Djogl.debug.DebugGL" #D_ARGS="-Dnativewindow.debug.ToolkitLock.TraceLock" #D_ARGS="-Djogl.debug.graph.curve -Djogl.debug.GLSLCode" |