summaryrefslogtreecommitdiffstats
path: root/src/tests/common_check.c
Commit message (Collapse)AuthorAgeFilesLines
* Make leak checks usable in tests that do not utilize checkJakub Hrozek2013-04-171-78/+8
| | | | | | * Remove check-specific failure reporting from common_check.c * Check-specific abstraction over memleak checks * Rename common_check.c to leak_check.c
* Fix build when check-devel is not installedStephen Gallagher2010-03-121-0/+109
tests/common.c is now required by all tests (check-based and not), so we need to properly ifdef it