X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/1c99c4a4b832beeee89aeda5860d53dd3c2099a8..30725c434bdd59e8ee4a508059da390ce19aec2a:/tests/Makefile.am diff --git a/tests/Makefile.am b/tests/Makefile.am index 842816f5..2b06e5c6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -40,4 +40,4 @@ check-local: $(check_PROGRAMS) \ $(patsubst ../modules/%.c,../modules/.libs/%.so,$(wildcard ../modules/*.c)) \ $(patsubst ../modules/core/%.c,../modules/core/.libs/%.so,$(wildcard ../modules/core/*.c)) - ./runtests -l $(abs_top_srcdir)/tests/TESTS + ASAN_OPTIONS="${ASAN_OPTIONS}:detect_leaks=false" ./runtests -l $(abs_top_srcdir)/tests/TESTS