X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Funit%2Flibsysdb_test.h;h=af84b50aa75f5d3e114e71a7b83ebba8ade2a798;hb=4d93f084bf26672e322b82ce192c8beb5765e1d0;hp=de04d50b3a7c241ebd71c37ec7170cc207f6affc;hpb=3560e6489d75c998f3e7c3fc2c14ce4c22e78ea0;p=sysdb.git diff --git a/t/unit/libsysdb_test.h b/t/unit/libsysdb_test.h index de04d50..af84b50 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);