Add configuration to help debug memory leaks

This commit is contained in:
Thiago de Arruda
2014-02-26 15:48:26 -03:00
parent 8b94f34ced
commit cb9a368445
7 changed files with 24 additions and 10 deletions

7
scripts/travis.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh -e
export VALGRIND_CHECK=1
make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist"
make
make test > /dev/null 2>&1
make install