diff options
author | Sven Gothel <[email protected]> | 2010-11-02 00:12:28 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-02 00:12:28 +0100 |
commit | 09be7eb4e912749ccf84525bca87d9d70f1c2ed1 (patch) | |
tree | 93145e80f79ba0ea46c19b0b1ad1cda893223e1f /make/scripts | |
parent | 79d306f154351e9c61167292a4dfced4bc1309cd (diff) |
ScreenMode: Ignore modes < 15bpp
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests2.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests2.sh b/make/scripts/tests2.sh index 50ab8ec33..cf0b38705 100644 --- a/make/scripts/tests2.sh +++ b/make/scripts/tests2.sh @@ -61,9 +61,9 @@ function testawt() { #testawt com.jogamp.test.junit.newt.parenting.TestParenting01NEWT #testawt com.jogamp.test.junit.newt.parenting.TestParenting02NEWT -#testawt com.jogamp.test.junit.newt.TestScreenMode00NEWT +testawt com.jogamp.test.junit.newt.TestScreenMode00NEWT #testawt com.jogamp.test.junit.newt.TestScreenMode01NEWT -testawt com.jogamp.test.junit.newt.TestScreenMode02NEWT +#testawt com.jogamp.test.junit.newt.TestScreenMode02NEWT #testawt com.jogamp.test.junit.newt.TestGLWindows01NEWT #testawt -Djava.awt.headless=true com.jogamp.test.junit.newt.TestGLWindows01NEWT |