X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fatlocal.in;h=da7707139c8f753df5cfcf0c519141254b42e8ad;hb=8f17f2c47873f53febefc6499710a8063f615ecc;hp=2a8a0eafbe014bc008ffaf06f39f33642f40a6cf;hpb=788d080e2302048dbcb5ae74c9d5ac38a01bc889;p=pspp diff --git a/tests/atlocal.in b/tests/atlocal.in index 2a8a0eafbe..da7707139c 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -76,3 +76,7 @@ if test X"$RUNNER" = Xwine; then $pspp_diff -w "$@" } fi + +# Enable leak suppressions for Address Sanitizer/Leak Sanitizer. +LSAN_OPTIONS="suppressions=$abs_top_srcdir/tests/lsan.supp print_suppressions=0" +export LSAN_OPTIONS