summaryrefslogtreecommitdiff
path: root/regress/valgrind-unit.sh
Commit message (Collapse)AuthorAgeFilesLines
* Ensure valgrind-out exists.Darren Tucker2021-04-081-0/+2
| | | | | Normally the regress tests would create it, but running the unit tests on their own would fail because the directory did not exist.
* Enable leak checks for unit tests with valgrindDamien Miller2018-07-131-5/+3
| | | | | Leave the leak checking on unconditionally when running with valgrind. The unit tests are leak-free and I want them to stay that way.
* VALGRIND_CHECK_LEAKS logic was backwards :(Damien Miller2018-07-111-1/+1
|
* disable valgrind memleak checking by defaultDamien Miller2018-07-111-1/+5
| | | | Add VALGRIND_CHECK_LEAKS knob to turn it back on.
* valgrind supportDamien Miller2015-02-261-0/+20