X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flibsysdb_test.h;h=3357260f6a52559ac0d70906aff2e5a927cd08cf;hb=ddb641105e8c3f14622d3def263f654a71015168;hp=e0765c0eb64dbdd8c2a8be7a7385dc6e8b733fb7;hpb=d65300ae7b9237a9f57bbffe55e9fa97a68bf9cd;p=sysdb.git diff --git a/t/libsysdb_test.h b/t/libsysdb_test.h index e0765c0..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" @@ -75,6 +73,10 @@ core_store_suite(void); Suite * core_store_lookup_suite(void); +/* t/core/time_test */ +Suite * +core_time_suite(void); + /* t/frontend/parser_test */ Suite * fe_parser_suite(void);