diff options
Diffstat (limited to 'tests-clay/clay_main.c')
| -rw-r--r-- | tests-clay/clay_main.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests-clay/clay_main.c b/tests-clay/clay_main.c index 409ce7643..f0ec50966 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}, @@ -351,7 +352,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", @@ -494,7 +495,7 @@ static const struct clay_suite _clay_suites[] = { }; static size_t _clay_suite_count = 34; -static size_t _clay_callback_count = 113; +static size_t _clay_callback_count = 114; /* Core test functions */ static void |
