From 3bd1d258a98c7e6f6fa45feb111f3297f1a527e7 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Thu, 17 Feb 2022 11:06:16 -0500 Subject: [PATCH] detect/tests: Register protoname tests Issue: 5072 This commit registers the proto-name unit tests. --- src/runmode-unittests.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/runmode-unittests.c b/src/runmode-unittests.c index b86adcc5b..fba49bad4 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 @@ -201,6 +201,7 @@ static void RegisterUnittests(void) #ifdef WINDIVERT SourceWinDivertRegisterTests(); #endif + SCProtoNameRegisterTests(); } #endif -- 2.47.3