]> jfr.im git - solanum.git/blobdiff - tests/Makefile.am
Run tests with ASan leak detection off
[solanum.git] / tests / Makefile.am
index 842816f53ca3ad05ffad397687b72ca44ff8a06c..2b06e5c635d48c48866838bd1fec0395f1ab7af1 100644 (file)
@@ -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