aboutsummaryrefslogtreecommitdiff
path: root/tests/functional
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-12-06 16:13:21 +0100
committerAndre Weissflog <floooh@gmail.com>2025-12-06 16:13:21 +0100
commit617f9bf73d5431bc209574e15577309275bc9aba (patch)
tree6020c0e3036a9208fce688a9e702881333f965f4 /tests/functional
parent2438e048f03431f25e13f3d5fe9668d933d8a322 (diff)
integrate vulkan backend into test_linux.sh
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/force_dummy_backend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/force_dummy_backend.h b/tests/functional/force_dummy_backend.h
index ac1b6739..a2e011ec 100644
--- a/tests/functional/force_dummy_backend.h
+++ b/tests/functional/force_dummy_backend.h
@@ -13,6 +13,9 @@
#if defined(SOKOL_WGPU)
#undef SOKOL_WGPU
#endif
+#if defined(SOKOL_VULKAN)
+#undef SOKOL_VULKAN
+#endif
#ifndef SOKOL_DUMMY_BACKEND
#define SOKOL_DUMMY_BACKEND
#endif