Merge pull request #320 from edk0/runtests

Run tests with ASan leak detection off
This commit is contained in:
Aaron Jones 2020-04-29 10:00:39 +00:00 committed by GitHub
commit 297f3d01e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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