aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/valgrind.sh (unfollow)
Commit message (Collapse)Author
2023-07-19move valgrind.sh to scripts/Egor Tensin
2023-06-28test: skip ci.sh w/ ValgrindEgor Tensin
2023-06-28valgrind: exit with an error after leak detectionEgor Tensin
I cannot believe this isn't default.
2023-05-15valgrind: track open file descriptorsEgor Tensin
2023-05-07valgrind: quiet modeEgor Tensin
2023-05-07add tests to run binaries under ValgrindEgor Tensin
This was quite a bit of refactoring in test/; everything should be more maintainable and robust in theory. Also, valgrind.sh was fixed to use exec (so that signals are passed to the underlying process); Valgrind command line options have also been tweaked. ./ci.sh fails now, but that should be fixable.
2023-05-06add a cimple-valgrind executableEgor Tensin