X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flibsysdb_test.h;h=3357260f6a52559ac0d70906aff2e5a927cd08cf;hb=90ede04df3cf5701ec929709323fea0fee3ca941;hp=9e4be80d0a22b84e2210891cf9cfe517dfdfda40;hpb=8ade561fc2cea61f241d34d6e69b532081ac6752;p=sysdb.git diff --git a/t/libsysdb_test.h b/t/libsysdb_test.h index 9e4be80..3357260 100644 --- a/t/libsysdb_test.h +++ b/t/libsysdb_test.h @@ -28,8 +28,6 @@ #ifndef T_LIBSYSDB_H #define T_LIBSYSDB_H 1 -#include "config.h" - #include "sysdb.h" #include "core/object.h" @@ -59,6 +57,38 @@ typedef struct { * test suites */ +/* t/core/data_test */ +Suite * +core_data_suite(void); + +/* t/core/object_test */ +Suite * +core_object_suite(void); + +/* t/core/store_test */ +Suite * +core_store_suite(void); + +/* t/core/store_lookup_test */ +Suite * +core_store_lookup_suite(void); + +/* t/core/time_test */ +Suite * +core_time_suite(void); + +/* t/frontend/parser_test */ +Suite * +fe_parser_suite(void); + +/* t/frontend/sock_test */ +Suite * +fe_sock_suite(void); + +/* t/utils/channel_test */ +Suite * +util_channel_suite(void); + /* t/utils/dbi_test */ Suite * util_dbi_suite(void);