summaryrefslogtreecommitdiff
path: root/src/tests/leak_check.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-30Making order in tests.Lukas Slebodnik1-1/+0
--removed duplicated test-io --reusing library libsss_test_common in other tests --cmocka test sss_nss_idmap-tests was moved to cmocka dir --moved leak_check.c to libsss_test_common --moved common_tev.c,common_dom.c to libsss_test_common (leak_check.c,common_tev.c,common_dom.c) are test framework independent
2013-04-17Make leak checks usable in tests that do not utilize checkJakub Hrozek1-0/+132
* Remove check-specific failure reporting from common_check.c * Check-specific abstraction over memleak checks * Rename common_check.c to leak_check.c