]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
unittests: finally register MIME tests
authorEric Leblond <eric@regit.org>
Tue, 12 May 2015 14:50:16 +0000 (16:50 +0200)
committerEric Leblond <eric@regit.org>
Tue, 6 Oct 2015 21:30:45 +0000 (23:30 +0200)
src/runmode-unittests.c

index 4f3fc8bf7dc173c8e0b1cbdc109c3d4d54f36013..3701d29af785208a6c59d1738b331657c54445e4 100644 (file)
@@ -277,6 +277,7 @@ void RunUnittests(int list_unittests, char *regex_arg)
     CudaBufferRegisterUnittests();
 #endif
     AppLayerUnittestsRegister();
+    MimeDecRegisterTests();
     if (list_unittests) {
         UtListTests(regex_arg);
     } else {