summaryrefslogtreecommitdiff
path: root/tests-clay/clay_main.c
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-12-09 01:38:46 +0100
committerVicent Marti <tanoku@gmail.com>2011-12-09 01:38:46 +0100
commit40e73d6f8886d27ae9c7df059d995221e6d84710 (patch)
tree4a6136463adbaa22a9aea3eb605d6c0dfbc97a7e /tests-clay/clay_main.c
parente92386876606c734fae9d2f5bd6c80861ccfe409 (diff)
parent97769280ba9938ae27f6e06cbd0d5e8a768a86b9 (diff)
downloadlibgit2-40e73d6f8886d27ae9c7df059d995221e6d84710.tar.gz
Merge remote-tracking branch 'arrbee/git-buf-for-paths' into development
Conflicts: tests-clay/clay_main.c
Diffstat (limited to 'tests-clay/clay_main.c')
-rw-r--r--tests-clay/clay_main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests-clay/clay_main.c b/tests-clay/clay_main.c
index ee08842c1..b8fde2045 100644
--- a/tests-clay/clay_main.c
+++ b/tests-clay/clay_main.c
@@ -171,7 +171,8 @@ static const struct clay_func _clay_cb_core_path[] = {
{"1", &test_core_path__1},
{"2", &test_core_path__2},
{"5", &test_core_path__5},
- {"6", &test_core_path__6}
+ {"6", &test_core_path__6},
+ {"7", &test_core_path__7}
};
static const struct clay_func _clay_cb_core_rmdir[] = {
{"delete_recursive", &test_core_rmdir__delete_recursive},
@@ -357,7 +358,7 @@ static const struct clay_suite _clay_suites[] = {
"core::path",
{NULL, NULL},
{NULL, NULL},
- _clay_cb_core_path, 5
+ _clay_cb_core_path, 6
},
{
"core::rmdir",
@@ -506,7 +507,7 @@ static const struct clay_suite _clay_suites[] = {
};
static size_t _clay_suite_count = 35;
-static size_t _clay_callback_count = 117;
+static size_t _clay_callback_count = 118;
/* Core test functions */
static void