Code

Merged branch 'master' of git://git.tokkee.org/sysdb.
[sysdb.git] / t / libsysdb_test.c
index ca2a22d01efd1c7f862dd8fedb1b6dea9a462086..96bb9076cf16f14e6b4afe79de8a3bdec6d54181 100644 (file)
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#if HAVE_CONFIG_H
+#      include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include "libsysdb_test.h"
 
 #include <check.h>
@@ -38,8 +42,14 @@ 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_conn_suite, NULL },
+               { fe_parser_suite, NULL },
+               { fe_sock_suite, NULL },
                { util_channel_suite, NULL },
                { util_dbi_suite, NULL },
                { util_llist_suite, NULL },