]> granicus.if.org Git - libatomic_ops/commitdiff
Travis CI: Test with ASan and -D USE_STANDARD_MALLOC
authorIvan Maidanski <ivmai@mail.ru>
Sun, 3 Dec 2017 07:28:23 +0000 (10:28 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 3 Dec 2017 07:28:23 +0000 (10:28 +0300)
Test that no memory leak exists in test_malloc.

.travis.yml

index 2acb7d43e057bb068a349dac0e3e33cbd11c40b5..986bb0680ee28ca96591f31a930a3522c67eb355 100644 (file)
@@ -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: