wip
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-10-09 14:10:46 +03:30
parent a8a0bb146e
commit 6545c56a84
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -42,13 +42,13 @@ add_test_module(renderer
# general backend tests through the frontend
# frontend/messenger.test.cpp
# frontend/context/surface.test.cpp
frontend/context/device.test.cpp
# frontend/context/device.test.cpp
# frontend/context/swapchain.test.cpp
# frontend/renderer/pass.test.cpp
frontend/renderer/pass.test.cpp
# frontend/renderer/renderer.test.cpp
# backend specific tests -- vk
backend/vk/context/instance.test.cpp
# backend/vk/context/instance.test.cpp
# backend specific tests -- dx