Run tests with ASan leak detection off
The test environment is sufficiently weird that I don't think fixing these would be a good use of anyone's time
This commit is contained in:
parent
1c99c4a4b8
commit
30725c434b
1 changed files with 1 additions and 1 deletions
|
@ -40,4 +40,4 @@ check-local: $(check_PROGRAMS) \
|
||||||
$(patsubst ../modules/%.c,../modules/.libs/%.so,$(wildcard ../modules/*.c)) \
|
$(patsubst ../modules/%.c,../modules/.libs/%.so,$(wildcard ../modules/*.c)) \
|
||||||
$(patsubst ../modules/core/%.c,../modules/core/.libs/%.so,$(wildcard ../modules/core/*.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
|
||||||
|
|
Loading…
Reference in a new issue