This commit is contained in:
parent
bffd2a04c2
commit
c1cf35b2af
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ cmake . \
|
|||
-Wl,-rpath,/libcxx_lsan/lib" \
|
||||
&& cmake --build ./build -j`nproc`
|
||||
|
||||
export LSAN_OPTIONS="suppressions=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/lsan.supp"
|
||||
export LSAN_OPTIONS="suppressions=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/lsan.supp:fast_unwind_on_malloc=0"
|
||||
export LSAN_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