diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-09-25 16:18:44 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-09-25 16:18:44 +0200 |
| commit | 0aa383225c2b8d9bbdf10d143773680023450ebd (patch) | |
| tree | bb083ee250dbdafa4e1b87d3fc7102b21b43eb5a /tests/test_linux.sh | |
| parent | 523c85cd08b1f3850ee6bc4809ce22744f8d75bb (diff) | |
integrate sokol_app.h Linux EGL/GLES3 support into test- and analysis-scripts
Diffstat (limited to 'tests/test_linux.sh')
| -rwxr-xr-x | tests/test_linux.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test_linux.sh b/tests/test_linux.sh index e157ec2c..7056a244 100755 --- a/tests/test_linux.sh +++ b/tests/test_linux.sh @@ -4,5 +4,9 @@ source test_common.sh prepare build linux_gl_debug SOKOL_GLCORE33 Debug build linux_gl_release SOKOL_GLCORE33 Release -runtest linux_gl_debug +build linux_gles3_debug SOKOL_GLES3 Debug +build linux_gles3_release SOKOL_GLES3 Release +build_force_egl linux_gl_egl_debug SOKOL_GLCORE33 Debug +build_force_egl linux_gl_egl_release SOKOL_GLCORE33 Release +runtest linux_glx_debug |