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

This commit is contained in:
light7734 2025-10-09 20:29:59 +03:30
parent b2609e4808
commit b17e165fd6
Signed by: light7734
GPG key ID: 8C30176798F1A6BA
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1 @@
src:*
src:*/surface/private/linux/system.cpp*

View file

@ -37,6 +37,8 @@ cmake . \
-lc++abi" \
&& cmake --build ./build --target='surface_tests' -j`nproc`
export MSAN_OPTIONS="fast_unwind_on_malloc=0:verbosity=1"
export MSAN_SYMBOLIZER_PATH="$(which llvm-symbolizer)"
for test in $(find ./build -type f -name '*_tests' -executable); do
echo "Running $test"
"$test"