Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure valgrind-out exists. | Darren Tucker | 2021-04-08 | 1 | -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 valgrind | Damien Miller | 2018-07-13 | 1 | -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 Miller | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | disable valgrind memleak checking by default | Damien Miller | 2018-07-11 | 1 | -1/+5 |
| | | | | Add VALGRIND_CHECK_LEAKS knob to turn it back on. | ||||
* | valgrind support | Damien Miller | 2015-02-26 | 1 | -0/+20 |