aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_test_suite.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rspamd_test_suite.c')
-rw-r--r--test/rspamd_test_suite.c2
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 ();