X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flibsysdb_test.c;h=96bb9076cf16f14e6b4afe79de8a3bdec6d54181;hb=0e03d0902a1b3a33f9596ce0c96e6f5a6847de57;hp=3cc6d89ac94d118b802580bfe97cd37ed00e9331;hpb=d65300ae7b9237a9f57bbffe55e9fa97a68bf9cd;p=sysdb.git diff --git a/t/libsysdb_test.c b/t/libsysdb_test.c index 3cc6d89..96bb907 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 @@ -42,6 +46,8 @@ main(void) { core_object_suite, NULL }, { core_store_suite, NULL }, { core_store_lookup_suite, NULL }, + { core_time_suite, NULL }, + { fe_conn_suite, NULL }, { fe_parser_suite, NULL }, { fe_sock_suite, NULL }, { util_channel_suite, NULL },