aboutsummaryrefslogtreecommitdiffstats
path: root/ctest/valgrind.supp
Commit message (Collapse)AuthorAgeFilesLines
* Fail memcheck target on leak or memory errorsKevin Rocard2015-04-241-0/+11
Some unit test were checked using valgrind, but if an error was detected it was only logged: the build was not failed. Fail to build all *MemCheck targets if a leak or an error is reported by valgrind. Signed-off-by: Kevin Rocard <kevin.rocard@intel.com>