X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flibsysdb_test.h;h=3357260f6a52559ac0d70906aff2e5a927cd08cf;hb=0503c3cea098a1ec25c35b4fb261039406d02d09;hp=616a84e0a437921c9b491b9d09d952258ac9e7dc;hpb=edba65afec8c547fb6c02346eda68595ce9a5839;p=sysdb.git diff --git a/t/libsysdb_test.h b/t/libsysdb_test.h index 616a84e..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,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/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);