summaryrefslogtreecommitdiff
path: root/tests/config/config_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config/config_helpers.h')
-rw-r--r--tests/config/config_helpers.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/config/config_helpers.h b/tests/config/config_helpers.h
new file mode 100644
index 000000000..b887b3d38
--- /dev/null
+++ b/tests/config/config_helpers.h
@@ -0,0 +1,9 @@
+extern void assert_config_entry_existence(
+ git_repository *repo,
+ const char *name,
+ bool is_supposed_to_exist);
+
+extern void assert_config_entry_value(
+ git_repository *repo,
+ const char *name,
+ const char *expected_value);