X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flibsysdb_test.c;h=8e5f2f4b23249625547e05feac44d819acbabb69;hb=311ac6c6189df40b68a03503e2744c03c317d8b6;hp=ca2a22d01efd1c7f862dd8fedb1b6dea9a462086;hpb=c81ae5d18244ac91cb964024ed17621b4c73a974;p=sysdb.git diff --git a/t/libsysdb_test.c b/t/libsysdb_test.c index ca2a22d..8e5f2f4 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 }, + { fe_parser_suite, NULL }, + { fe_sock_suite, NULL }, { util_channel_suite, NULL }, { util_dbi_suite, NULL }, { util_llist_suite, NULL },