X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Flibsysdb_test.h;h=3357260f6a52559ac0d70906aff2e5a927cd08cf;hp=da57246fe8f7e5fad93db503dea004b26fc5baf0;hb=c9227a9130edd3a197b856d2681bccfc45e60c7b;hpb=23760ca65713cd9b8338f09bf45ec20ff4c3ef8d diff --git a/t/libsysdb_test.h b/t/libsysdb_test.h index da57246..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,34 @@ 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);