wip
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
light7734 2025-10-09 19:08:59 +03:30
parent de8bf691df
commit 8d386b99a3
Signed by: light7734
GPG key ID: 8C30176798F1A6BA
2 changed files with 21 additions and 2 deletions

View file

@ -17,9 +17,9 @@ cmake . \
-GNinja \
-DCMAKE_LINKER_TYPE=MOLD \
-DENABLE_UNIT_TESTS=ON \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS="-std=c++23 -fno-omit-frame-pointer -fno-common -g" \
&& cmake --build ./build --target='renderer_tests' -j `nproc`
&& cmake --build ./build -j `nproc`
for test in $(find ./build -type f -name '*_tests' -executable); do
echo "Running $test"

View file

@ -1,3 +1,22 @@
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: indirect
fun:calloc
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
obj:*
fun:_ZNK2lt8renderer2vk6Device17destroy_swapchainEP16VkSwapchainKHR_T
}
{
<insert_a_suppression_name_here>
Memcheck:Leak