mirror of
https://github.com/falk-werner/webfused
synced 2024-10-27 20:44:08 +00:00
fix: let valgrind fail on memcheck error
This commit is contained in:
parent
e5aef52fdf
commit
5145129c18
@ -197,7 +197,7 @@ add_custom_target(check
|
||||
add_dependencies(check alltests)
|
||||
|
||||
add_custom_target(memcheck
|
||||
valgrind ./alltests)
|
||||
valgrind --leak-check=full --error-exitcode=1 ./alltests)
|
||||
add_dependencies(memcheck alltests)
|
||||
|
||||
add_custom_target(coverage
|
||||
|
Loading…
Reference in New Issue
Block a user