Y
Hacker News
new
|
ask
|
show
|
jobs
by
jhasse
3387 days ago
If valgrind counts, then yes.
2 comments
kzrdude
3387 days ago
I'll count valgrind if your program always runs in valgrind. Otherwise it doesn't protect you
dynamically
.
link
jhasse
3387 days ago
That means CI runs unit tests etc. via
valgrind --quiet --leak-check=full --error-exitcode=1 *binary*
link