summaryrefslogtreecommitdiffstats
path: root/src/tests/common.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-03-28 11:51:21 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-03-28 15:07:05 -0400
commit4790f7b3cff3800df92b232aec1d779db52c72b1 (patch)
tree5be847ebe6bd3a54c186751e8c93ac1549410d3e /src/tests/common.h
parent419ddca29f074cf446c316b735fbbafc59084458 (diff)
downloadsssd-4790f7b3cff3800df92b232aec1d779db52c72b1.tar.gz
sssd-4790f7b3cff3800df92b232aec1d779db52c72b1.tar.xz
sssd-4790f7b3cff3800df92b232aec1d779db52c72b1.zip
Add better dp_option tests
Diffstat (limited to 'src/tests/common.h')
-rw-r--r--src/tests/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tests/common.h b/src/tests/common.h
index 576d705ba..d0c9abbe1 100644
--- a/src/tests/common.h
+++ b/src/tests/common.h
@@ -26,6 +26,8 @@
#define __TESTS_COMMON_H__
#include <talloc.h>
+#include "util/util.h"
+#include "providers/data_provider.h"
extern TALLOC_CTX *global_talloc_context;
@@ -44,4 +46,8 @@ void leak_check_teardown(void);
void tests_set_cwd(void);
+errno_t
+compare_dp_options(struct dp_option *map1, size_t size1,
+ struct dp_option *map2);
+
#endif /* !__TESTS_COMMON_H__ */