From 42a9654faeccc77abbe1dbf2a8bc9ddd1fb4a8a7 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Wed, 26 Feb 2014 20:19:58 -0300 Subject: Enable valgrind when testing on travis This will slow down testing but will detect pull requests that introduce memory leaks. --- scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/travis.sh') diff --git a/scripts/travis.sh b/scripts/travis.sh index 60ed5c0d36..90e8082f86 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -# export VALGRIND_CHECK=1 +export VALGRIND_CHECK=1 make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist" make make test > /dev/null 2>&1 -- cgit