diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-12-06 16:13:21 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-12-06 16:13:21 +0100 |
| commit | 617f9bf73d5431bc209574e15577309275bc9aba (patch) | |
| tree | 6020c0e3036a9208fce688a9e702881333f965f4 /tests/test_linux.sh | |
| parent | 2438e048f03431f25e13f3d5fe9668d933d8a322 (diff) | |
integrate vulkan backend into test_linux.sh
Diffstat (limited to 'tests/test_linux.sh')
| -rwxr-xr-x | tests/test_linux.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_linux.sh b/tests/test_linux.sh index ae35e8d7..8587cb2c 100755 --- a/tests/test_linux.sh +++ b/tests/test_linux.sh @@ -3,6 +3,8 @@ set -e source test_common.sh build linux_gl_debug linux_gl_debug build linux_gl_release linux_gl_release +build linux_vulkan_debug linux_vulkan_debug +build linux_vulkan_release linux_vulkan_release build linux_gles3_debug linux_gles3_debug build linux_gles3_release linux_gles3_release build linux_gl_egl_debug linux_gl_egl_debug |