diff options
Diffstat (limited to 'tests-clay/clay.h')
-rw-r--r-- | tests-clay/clay.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tests-clay/clay.h b/tests-clay/clay.h index 3f09d4f06..5db24a4c9 100644 --- a/tests-clay/clay.h +++ b/tests-clay/clay.h @@ -106,12 +106,13 @@ extern void test_core_filebuf__4(void); extern void test_core_filebuf__5(void); extern void test_core_oid__initialize(void); extern void test_core_oid__streq(void); -extern void test_core_path__0(void); -extern void test_core_path__1(void); -extern void test_core_path__2(void); -extern void test_core_path__5(void); -extern void test_core_path__6(void); -extern void test_core_path__7(void); +extern void test_core_path__0_dirname(void); +extern void test_core_path__1_basename(void); +extern void test_core_path__2_topdir(void); +extern void test_core_path__5_joins(void); +extern void test_core_path__6_long_joins(void); +extern void test_core_path__7_path_to_dir(void); +extern void test_core_path__8_self_join(void); extern void test_core_rmdir__delete_recursive(void); extern void test_core_rmdir__fail_to_delete_non_empty_dir(void); extern void test_core_rmdir__initialize(void); |