diff options
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 |