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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b1b804640843551b5b54bf15d685bc37362a946;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 2acb7d4..986bb06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -188,7 +188,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: