From bd51b5ae1582d82affb51a1b9fdb803410e15b2f Mon Sep 17 00:00:00 2001 From: light7734 Date: Sat, 13 Dec 2025 14:52:24 +0330 Subject: [PATCH] build: add remaining renderer tests --- modules/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index c568f25..78d1c23 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -219,9 +219,11 @@ add_module( _tests/debugger.cpp _tests/device.cpp _tests/pass.cpp + _tests/renderer.cpp + _tests/surface.cpp + _tests/system.cpp TEST_INTERFACES _tests/utils.cppm - # _tests/renderer.cpp _tests/surface.cpp _tests/system.cpp ) add_module(