X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flibsysdb_test.h;h=9d28fa0d229b4b951064209ceb9c24aa73d0d111;hb=7f29e5abd3fad68ce9e3cfc11bd216a164fdcf43;hp=64558cdadebfb2861f3c6f0fb459d7307c28eb65;hpb=4215d1d8c69367c1d43bed9d39d428a92b329a92;p=sysdb.git diff --git a/t/libsysdb_test.h b/t/libsysdb_test.h index 64558cd..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,10 @@ 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);