X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flibsysdb_test.c;h=5b1b34df36b261621743eceb43f537b1e05cefa9;hb=24746a0485736f07aec44d8d2d058a310e5e330f;hp=110df8b08c37e3f3abf3a5e01dfadee4c83cddb0;hpb=edba65afec8c547fb6c02346eda68595ce9a5839;p=sysdb.git diff --git a/t/libsysdb_test.c b/t/libsysdb_test.c index 110df8b..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 @@ -38,8 +42,12 @@ main(void) size_t i; suite_creator_t creators[] = { + { 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 }, { util_dbi_suite, NULL },