diff options
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.bat | 3 | ||||
-rwxr-xr-x | make/scripts/tests.sh | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/make/scripts/tests.bat b/make/scripts/tests.bat index 7be498837..82dba1c9b 100644 --- a/make/scripts/tests.bat +++ b/make/scripts/tests.bat @@ -11,4 +11,5 @@ REM # ./scripts/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.paren REM # ./scripts/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestGLWindows01NEWT REM # ./scripts/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestGLWindows02NEWTAnimated -scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.parenting.TestParenting01NEWT +REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.parenting.TestParenting01NEWT +scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestFocus01SwingAWT diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index f935a13cb..1234bd348 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -28,5 +28,7 @@ spath=`dirname $0` # $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.jogl.awt.TestSwingAWTUsageBeforeJOGLInitBug411 $* $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestFocus01SwingAWT $* +# $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.jogl.offscreen.TestOffscreen01NEWT $* + $spath/count-edt-start.sh java-run.log |