diff options
author | Sven Gothel <[email protected]> | 2010-11-01 20:16:23 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-01 20:16:23 +0100 |
commit | 2872350a7586976c9cddb9a9589b471c294ac5d9 (patch) | |
tree | cd345f66459f999ba7f6d84bd7fe6e4ae5e74b95 /make/scripts/tests.bat | |
parent | eacbe4788a3fa68e072c23fbef62855fdaa209da (diff) |
Added Rotation test
Diffstat (limited to 'make/scripts/tests.bat')
-rw-r--r-- | make/scripts/tests.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests.bat b/make/scripts/tests.bat index 5d7944abc..925ad8fc0 100644 --- a/make/scripts/tests.bat +++ b/make/scripts/tests.bat @@ -16,7 +16,8 @@ REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.parenting.TestParentin REM scripts\java-win64.bat com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestScreenMode00NEWT -REM scripts\java-win64.bat com.jogamp.test.junit.newt.TestScreenMode01NEWT +REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestScreenMode01NEWT +REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestScreenMode02NEWT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestDisplayLifecycle01NEWT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.parenting.TestParenting01NEWT |