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