From 1521a85744f1e5a92dff584c861d6da249b86b95 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 29 Jul 2010 21:17:57 +0200 Subject: Make the unittests work *slightly* better with libevent. (Still won't work completely because events.h doesn't export a way to run a single event loop iteration. --- tests/check.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/check.c b/tests/check.c index 601d9726..9a3043a7 100644 --- a/tests/check.c +++ b/tests/check.c @@ -92,6 +92,7 @@ int main (int argc, char **argv) g_option_context_free(pc); log_init(); + b_main_init(); setlocale(LC_CTYPE, ""); if (verbose) { -- cgit v1.2.3