From f270ba91215c3f14b1f44da0e5db0221226a5715 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 2 Oct 2016 22:31:13 -0700 Subject: Run tests under valgrind when available. Fixes #50. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b90c8bf..6d2f313 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ addons: packages: - doxygen - libtool + - valgrind - automake - autoconf - gcc-6 @@ -23,6 +24,8 @@ install: - sudo python -m pip install pytest script: - $CC --version + - libtool --version + - valgrind --version - ./makeconf.sh - ./configure - CFLAGS="-fsanitize=address,undefined -g -O1 -Wall -Werror" make -- cgit v1.2.3