This commit is contained in:
parent
897acfe149
commit
ddc44735d8
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ cmake . \
|
|||
&& cmake --build ./build --target='surface_tests' -j`nproc`
|
||||
|
||||
export MSAN_SYMBOLIZER_PATH="$(which llvm-symbolizer)"
|
||||
export MSAN_OPTIONS="fast_unwind_on_malloc=0:verbosity=1"
|
||||
export MSAN_OPTIONS="fast_unwind_on_malloc=0:verbosity=2:report_umrs=1"
|
||||
for test in $(find ./build -type f -name '*_tests' -executable); do
|
||||
echo "Running $test"
|
||||
"$test"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue