X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flibsysdb_test.h;h=9d28fa0d229b4b951064209ceb9c24aa73d0d111;hb=7f29e5abd3fad68ce9e3cfc11bd216a164fdcf43;hp=f9fddebdec64b48ec23f2473cf7c7d8b602d8e09;hpb=bf37a5afbf7364f853140c6859822ae52d2b61d8;p=sysdb.git diff --git a/t/libsysdb_test.h b/t/libsysdb_test.h index f9fddeb..9d28fa0 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,10 @@ typedef struct { * test suites */ +/* t/core/data_test */ +Suite * +core_data_suite(void); + /* t/core/object_test */ Suite * core_object_suite(void); @@ -67,6 +69,18 @@ core_object_suite(void); Suite * core_store_suite(void); +/* t/core/store_lookup_test */ +Suite * +core_store_lookup_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);