From: Jeff Lucovsky Date: Thu, 17 Feb 2022 16:06:16 +0000 (-0500) Subject: detect/tests: Register protoname tests X-Git-Tag: suricata-5.0.9~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60a851e238eb8888ec9202668e1d515ada0436a9;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 9fcddd57fa..500287cec9 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