X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Funit%2Flibsysdb_test.h;h=1e1850389d0ba69b6f73311455c56c2e5dac50f5;hb=c9a8aeb13d617c36e5ef71d6abf8223ac91fcdb1;hp=df5b904ac52bc3ecddb5143d561488a202aa3ef0;hpb=cf17313d62dcf1c10df0fe19287e354ede68206b;p=sysdb.git diff --git a/t/unit/libsysdb_test.h b/t/unit/libsysdb_test.h index df5b904..1e18503 100644 --- a/t/unit/libsysdb_test.h +++ b/t/unit/libsysdb_test.h @@ -36,16 +36,6 @@ #include #include -/* - * private testing helpers - */ - -/* static string object: - * Any such object may is of type sdb_object_t but may never be destroyed. */ -#define SSTRING_OBJ(name) { \ - /* type = */ { sizeof(sdb_object_t), NULL, NULL }, \ - /* ref_cnt = */ 1, /* name = */ (name) } - /* * test-related data-types */ @@ -71,6 +61,10 @@ core_object_suite(void); Suite * core_store_suite(void); +/* t/core/store_json */ +Suite * +core_store_json_suite(void); + /* t/core/store_lookup_test */ Suite * core_store_lookup_suite(void); @@ -91,6 +85,10 @@ fe_parser_suite(void); Suite * fe_sock_suite(void); +/* t/utils/avltree_test */ +Suite * +util_avltree_suite(void); + /* t/utils/channel_test */ Suite * util_channel_suite(void); @@ -103,6 +101,14 @@ util_dbi_suite(void); Suite * util_llist_suite(void); +/* t/utils/os_test */ +Suite * +util_os_suite(void); + +/* t/utils/proto_test */ +Suite * +util_proto_suite(void); + /* t/utils/strbuf_test */ Suite * util_strbuf_suite(void);