From 17edff6c5e7cb4f5d41da8d17737681a3879ba71 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 12 May 2015 16:50:16 +0200 Subject: [PATCH] unittests: finally register MIME tests --- src/runmode-unittests.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runmode-unittests.c b/src/runmode-unittests.c index 4f3fc8bf7d..3701d29af7 100644 --- a/src/runmode-unittests.c +++ b/src/runmode-unittests.c @@ -277,6 +277,7 @@ void RunUnittests(int list_unittests, char *regex_arg) CudaBufferRegisterUnittests(); #endif AppLayerUnittestsRegister(); + MimeDecRegisterTests(); if (list_unittests) { UtListTests(regex_arg); } else { -- 2.47.2