summaryrefslogtreecommitdiffstats
path: root/src/tests/common_check.c
Commit message (Collapse)AuthorAgeFilesLines
* Include header file in implementation module.Lukas Slebodnik2013-09-241-0/+1
| | | | | Declarations of public functions was in header files, but header files was not included in implementation file.
* 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