summaryrefslogtreecommitdiffstats
path: root/src/tests/cmocka/test_ipa_subdomains_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* IPA: Split two functions to new module ipa_subdomains_utils.cJakub Hrozek2015-06-141-0/+227
These functions will be later reused by the subdomains_server.c module. Splitting them into a separate subdomains_utils.c module will make sure there are no cyclic dependencies and the functions are testable in isolation. Reviewed-by: Sumit Bose <sbose@redhat.com>