Add valgrind suppression file

This commit is contained in:
Thiago de Arruda
2014-02-26 16:16:54 -03:00
parent c002ffe2f3
commit baaf24acea
4 changed files with 15 additions and 8 deletions

View File

@@ -3,5 +3,5 @@
# export VALGRIND_CHECK=1
make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist"
make
make test
make test > /dev/null 2>&1
make install