X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Flibsysdb_test.c;h=8e5f2f4b23249625547e05feac44d819acbabb69;hp=c7787e4466bfc5fee7ec4e9869e7f42ddefe934e;hb=39a45905e0b237e458b1826ff9b4fad1c4a59550;hpb=9527aa99f9f515e01993406607e1267cb49921f2 diff --git a/t/libsysdb_test.c b/t/libsysdb_test.c index c7787e4..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 @@ -41,6 +45,7 @@ main(void) { 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 },