summaryrefslogtreecommitdiffstats
path: root/src/tests/cmocka/test_ipa_idmap.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: convert all unit tests to cmocka 1.0 or laterJakub Hrozek2015-03-111-7/+9
| | | | | | All tests now use the cmocka-1.0-compatible API. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
* TOOLS: Always debug to stderrJakub Hrozek2014-07-091-1/+1
| | | | | | | | | https://fedorahosted.org/sssd/ticket/2348 Programs that are supposed to only be executed on the foreground should log to stderr automatically. Reviewed-by: Michal Židek <mzidek@redhat.com>
* IPA: refactor idmap code and add testSumit Bose2014-02-261-0/+249
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>