X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Flibsysdb_test.h;h=8d984795d99983b5f3b1308fa6e790e5976302c7;hp=616a84e0a437921c9b491b9d09d952258ac9e7dc;hb=3ba81224dac4d31ea5ad651db569543825ea5078;hpb=a3da02f31dacebfd6c78bf2193523932c6f693c5 diff --git a/t/libsysdb_test.h b/t/libsysdb_test.h index 616a84e..8d98479 100644 --- a/t/libsysdb_test.h +++ b/t/libsysdb_test.h @@ -28,11 +28,11 @@ #ifndef T_LIBSYSDB_H #define T_LIBSYSDB_H 1 -#include "config.h" - #include "sysdb.h" #include "core/object.h" +#include "libsysdb_testutils.h" + #include #include @@ -59,6 +59,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 +71,22 @@ 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/connection_test */ +Suite * +fe_conn_suite(void); + +/* t/frontend/parser_test */ +Suite * +fe_parser_suite(void); + /* t/frontend/sock_test */ Suite * fe_sock_suite(void);