aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-14 15:44:31 +0200
committerSven Gothel <[email protected]>2023-05-14 15:44:31 +0200
commit80ccc1f98f0c1391acc6d27de82eac97ca1c27b9 (patch)
tree3a5658535abb9816ab420e44a09cc2c4e60e2d07 /make/scripts/tests.sh
parente01bfdc83c70ca63d52dee086a5c8584d7662252 (diff)
HiDPI: Complete testing on Windows (AWT, NEWT, AWT+NEWT): AWT pixel scale propagated properly to our AWT GLCanvas and NEWT
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r--make/scripts/tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 9c0c05b55..8f1d2a656 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -503,6 +503,8 @@ function testawtswt() {
#
#testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT $*
#testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2SimpleNEWT $*
+#testnoawt com.jogamp.opengl.test.junit.jogl.acore.anim.TestAnimatorGLWindow01NEWT $*
+#testawt com.jogamp.opengl.test.junit.jogl.acore.anim.TestAnimatorGLJPanel01AWT $*
#testawt com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT $*
#testawt com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2AWT $*
#testawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasAWT $*