From: Jeff Lucovsky Date: Thu, 17 Feb 2022 16:06:16 +0000 (-0500) Subject: detect/tests: Register protoname tests X-Git-Tag: suricata-6.0.5~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834dcf65f697a3c23b9cc809f37411ad29708346;p=thirdparty%2Fsuricata.git detect/tests: Register protoname tests Issue: 5072 This commit registers the proto-name unit tests. (cherry picked from commit 3bd1d258a98c7e6f6fa45feb111f3297f1a527e7) --- diff --git a/src/runmode-unittests.c b/src/runmode-unittests.c index 6c027c1e9f..518bf52a66 100644 --- a/src/runmode-unittests.c +++ b/src/runmode-unittests.c @@ -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 @@ -207,6 +207,7 @@ static void RegisterUnittests(void) #ifdef WINDIVERT SourceWinDivertRegisterTests(); #endif + SCProtoNameRegisterTests(); } #endif