X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flibsysdb_test.c;h=5b1b34df36b261621743eceb43f537b1e05cefa9;hb=0503c3cea098a1ec25c35b4fb261039406d02d09;hp=c7787e4466bfc5fee7ec4e9869e7f42ddefe934e;hpb=3cc3e3c36239c902263678100180c95c8263f7f8;p=sysdb.git diff --git a/t/libsysdb_test.c b/t/libsysdb_test.c index c7787e4..5b1b34d 100644 --- a/t/libsysdb_test.c +++ b/t/libsysdb_test.c @@ -25,6 +25,10 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + #include "libsysdb_test.h" #include @@ -41,6 +45,8 @@ main(void) { core_data_suite, NULL }, { core_object_suite, NULL }, { core_store_suite, NULL }, + { core_store_lookup_suite, NULL }, + { core_time_suite, NULL }, { fe_parser_suite, NULL }, { fe_sock_suite, NULL }, { util_channel_suite, NULL },