X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Flibsysdb_test.c;h=8e5f2f4b23249625547e05feac44d819acbabb69;hp=ca2a22d01efd1c7f862dd8fedb1b6dea9a462086;hb=39a45905e0b237e458b1826ff9b4fad1c4a59550;hpb=ddb7ffc175e49abfa69c82777b88d73e1f1103fb 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 },