detect/tests: Register protoname tests

Issue: 5072

This commit registers the proto-name unit tests.
pull/7067/head
Jeff Lucovsky 5 years ago committed by Victor Julien
parent b524967257
commit 3bd1d258a9

@ -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 * You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free * the GNU General Public License version 2 as published by the Free
@ -201,6 +201,7 @@ static void RegisterUnittests(void)
#ifdef WINDIVERT #ifdef WINDIVERT
SourceWinDivertRegisterTests(); SourceWinDivertRegisterTests();
#endif #endif
SCProtoNameRegisterTests();
} }
#endif #endif

Loading…
Cancel
Save