Hacker News new | ask | show | jobs
by jhasse 3387 days ago
If valgrind counts, then yes.
2 comments

I'll count valgrind if your program always runs in valgrind. Otherwise it doesn't protect you dynamically.
That means CI runs unit tests etc. via

    valgrind --quiet --leak-check=full --error-exitcode=1 *binary*