From cc01b5f6b6c2e01968565dc15efd04040d31b1ea Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 13 May 2015 10:21:20 +0200 Subject: [PATCH] reference/classification: call global init for unittests --- src/runmode-unittests.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runmode-unittests.c b/src/runmode-unittests.c index 378d3c801e..2d3ad23252 100644 --- a/src/runmode-unittests.c +++ b/src/runmode-unittests.c @@ -169,6 +169,8 @@ void RunUnittests(int list_unittests, char *regex_arg) SCProtoNameInit(); TagInitCtx(); + SCReferenceConfInit(); + SCClassConfInit(); RegisterAllModules(); -- 2.47.3