diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-07-14 14:45:46 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-07-14 14:45:46 +0100 |
commit | 7eadc580cf37a633da4c32e78de6568de4287378 (patch) | |
tree | 51bbb418b486bd67aae99f94ca9972a017ef85cf /test/rspamd_test_suite.c | |
parent | 4271f629ede6bbe9e5b4cbc8346c8b943dedab18 (diff) | |
download | rspamd-7eadc580cf37a633da4c32e78de6568de4287378.tar.gz rspamd-7eadc580cf37a633da4c32e78de6568de4287378.zip |
Fix unit test building and starting.
Diffstat (limited to 'test/rspamd_test_suite.c')
-rw-r--r-- | test/rspamd_test_suite.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rspamd_test_suite.c b/test/rspamd_test_suite.c index 72c2b5db6..5dc854560 100644 --- a/test/rspamd_test_suite.c +++ b/test/rspamd_test_suite.c @@ -2,6 +2,7 @@ #include "main.h" #include "cfg_file.h" #include "regexp.h" +#include "libstat/stat_api.h" #include "tests.h" struct rspamd_main *rspamd_main = NULL; @@ -31,6 +32,7 @@ main (int argc, char **argv) g_test_init (&argc, &argv, NULL); rspamd_init_libs (); + rspamd_stat_init (cfg); base = event_init (); |