more Valgrind information
This commit is contained in:
parent
2d48a36f5c
commit
fb7ff414ad
1 changed files with 1 additions and 1 deletions
|
@ -55,4 +55,4 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
||||||
- ./json_unit "*"
|
- ./json_unit "*"
|
||||||
- valgrind --error-exitcode=1 --leak-check=full ./json_unit
|
- valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all ./json_unit
|
||||||
|
|
Loading…
Reference in a new issue