This commit is contained in:
parent
b2609e4808
commit
b17e165fd6
2 changed files with 3 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
src:*
|
||||
src:*/surface/private/linux/system.cpp*
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue