]> jfr.im git - solanum.git/commitdiff
Run tests with ASan leak detection off
authorEd Kellett <redacted>
Sun, 26 Apr 2020 15:05:05 +0000 (16:05 +0100)
committerEd Kellett <redacted>
Sun, 26 Apr 2020 15:05:05 +0000 (16:05 +0100)
The test environment is sufficiently weird that I don't think fixing
these would be a good use of anyone's time

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