diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-29 21:17:57 +0200 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-29 21:17:57 +0200 | 
| commit | 1521a85744f1e5a92dff584c861d6da249b86b95 (patch) | |
| tree | eb4a1fcacf2f6e277a9bcf2792b4f2a54db9f56b | |
| parent | f7ca5877b69d452ef2e2ab4dc4d06743072deca0 (diff) | |
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.
| -rw-r--r-- | tests/check.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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) { | 
