Merge pull request #320 from edk0/runtests
Run tests with ASan leak detection off
This commit is contained in:
commit
297f3d01e1
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/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