diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-28 12:02:45 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-28 15:07:05 -0400 |
commit | 4ed94554593e8a20fa361ea8d7a7f223dc6ee4e8 (patch) | |
tree | 10bebb463468f92c3af3e484537a2edf2ec5de87 /src/tests/common.h | |
parent | e980f8b95f2fb89e872babffdd94b3ccb2d42ccf (diff) | |
download | sssd-4ed94554593e8a20fa361ea8d7a7f223dc6ee4e8.tar.gz sssd-4ed94554593e8a20fa361ea8d7a7f223dc6ee4e8.tar.xz sssd-4ed94554593e8a20fa361ea8d7a7f223dc6ee4e8.zip |
Add better tests for sdap_attr compability
Diffstat (limited to 'src/tests/common.h')
-rw-r--r-- | src/tests/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/common.h b/src/tests/common.h index d0c9abbe1..f13181b75 100644 --- a/src/tests/common.h +++ b/src/tests/common.h @@ -28,6 +28,7 @@ #include <talloc.h> #include "util/util.h" #include "providers/data_provider.h" +#include "providers/ldap/sdap.h" extern TALLOC_CTX *global_talloc_context; @@ -50,4 +51,8 @@ errno_t compare_dp_options(struct dp_option *map1, size_t size1, struct dp_option *map2); +errno_t +compare_sdap_attr_maps(struct sdap_attr_map *map1, size_t size1, + struct sdap_attr_map *map2); + #endif /* !__TESTS_COMMON_H__ */ |