]> 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>
Fri, 22 Dec 2017 15:50:32 +0000 (18:50 +0300)
Test that no memory leak exists in test_malloc.

.travis.yml

index 2a2779e9d54b50baacdbf1cd211da614ab3f4781..53d710aa556cd4b421a22dc0676e3b2e2f410534 100644 (file)
@@ -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: