Enable valgrind when testing on travis

This will slow down testing but will detect pull requests that introduce memory
leaks.
This commit is contained in:
Thiago de Arruda 2014-02-26 20:19:58 -03:00
parent d2d0cc95a1
commit 42a9654fae

View File

@ -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