From: Ondrej Zajicek (work) Date: Tue, 13 Jun 2017 13:55:13 +0000 (+0200) Subject: Timers: Fix tests after timer change X-Git-Tag: v2.0.0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=212eda07c4e481e3341ede37b0877fa22bc042a4;p=thirdparty%2Fbird.git Timers: Fix tests after timer change --- diff --git a/lib/event_test.c b/lib/event_test.c index 921723896..e1215bbab 100644 --- a/lib/event_test.c +++ b/lib/event_test.c @@ -55,6 +55,7 @@ t_ev_run_list(void) resource_init(); olock_init(); + timer_init(); io_init(); rt_init(); if_init(); diff --git a/test/bt-utils.c b/test/bt-utils.c index aaeb77b85..571ef2fa9 100644 --- a/test/bt-utils.c +++ b/test/bt-utils.c @@ -62,6 +62,7 @@ bt_bird_init(void) resource_init(); olock_init(); + timer_init(); io_init(); rt_init(); if_init();