diff --git a/modules/renderer/CMakeLists.txt b/modules/renderer/CMakeLists.txt index eaa58c5..8d2f1d0 100644 --- a/modules/renderer/CMakeLists.txt +++ b/modules/renderer/CMakeLists.txt @@ -41,8 +41,8 @@ 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/surface.test.cpp + frontend/context/device.test.cpp # frontend/context/swapchain.test.cpp # frontend/renderer/pass.test.cpp # frontend/renderer/renderer.test.cpp diff --git a/tools/ci/amd64/clang/lsan.sh b/tools/ci/amd64/clang/lsan.sh index 265bd34..a074829 100755 --- a/tools/ci/amd64/clang/lsan.sh +++ b/tools/ci/amd64/clang/lsan.sh @@ -29,7 +29,7 @@ cmake . \ -lc++ \ -lc++abi \ -Wl,-rpath,/libcxx_lsan/lib" \ -&& cmake --build ./build -j`nproc` +&& cmake --build ./build --target='renderer_tests' -j`nproc` export LSAN_OPTIONS="suppressions=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/lsan.supp:fast_unwind_on_malloc=0:verbosity=1:report_objects=1" export LSAN_SYMBOLIZER_PATH="$(which llvm-symbolizer)"