more Valgrind information

This commit is contained in:
Niels 2016-01-02 16:42:45 +01:00
parent 2d48a36f5c
commit fb7ff414ad

View file

@ -55,4 +55,4 @@ matrix:
script:
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
- ./json_unit "*"
- valgrind --error-exitcode=1 --leak-check=full ./json_unit
- valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all ./json_unit