]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect/tests: Register protoname tests
authorJeff Lucovsky <jeff@lucovsky.org>
Thu, 17 Feb 2022 16:06:16 +0000 (11:06 -0500)
committerVictor Julien <vjulien@oisf.net>
Thu, 24 Feb 2022 17:23:28 +0000 (18:23 +0100)
Issue: 5072

This commit registers the proto-name unit tests.

src/runmode-unittests.c

index b86adcc5bcf8945b5aa9aa6bc6cebc97c64070b8..fba49bad45eed0f21161406a857eda1acd94a44b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013-2021 Open Information Security Foundation
+/* Copyright (C) 2013-2022 Open Information Security Foundation
  *
  * You can copy, redistribute or modify this Program under the terms of
  * the GNU General Public License version 2 as published by the Free
@@ -201,6 +201,7 @@ static void RegisterUnittests(void)
 #ifdef WINDIVERT
     SourceWinDivertRegisterTests();
 #endif
+    SCProtoNameRegisterTests();
 }
 #endif