From: Ivan Maidanski Date: Sun, 3 Dec 2017 07:28:23 +0000 (+0300) Subject: Travis CI: Test with ASan and -D USE_STANDARD_MALLOC X-Git-Tag: v7.6.2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9474a06d59eff61dd3869f77e0f6841414d9e899;p=libatomic_ops Travis CI: Test with ASan and -D USE_STANDARD_MALLOC Test that no memory leak exists in test_malloc. --- diff --git a/.travis.yml b/.travis.yml index 2a2779e..53d710a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -176,7 +176,7 @@ matrix: - os: linux compiler: gcc env: - - CFLAGS_EXTRA="-fsanitize=address -fno-omit-frame-pointer" + - CFLAGS_EXTRA="-fsanitize=address -fno-omit-frame-pointer -D USE_STANDARD_MALLOC" - CONF_OPTIONS="--enable-assertions" - os: linux addons: