summaryrefslogtreecommitdiff
path: root/src/tests/common_check.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-24Include header file in implementation module.Lukas Slebodnik1-0/+1
Declarations of public functions was in header files, but header files was not included in implementation file.
2013-04-17Make leak checks usable in tests that do not utilize checkJakub Hrozek1-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
2010-03-12Fix build when check-devel is not installedStephen Gallagher1-0/+109
tests/common.c is now required by all tests (check-based and not), so we need to properly ifdef it