Skip to content

Commit d112561

Browse files
AdamZvarasedmicha
authored andcommitted
Modifier: tests for removing and appending fields
1 parent fbd2265 commit d112561

File tree

3 files changed

+678
-0
lines changed

3 files changed

+678
-0
lines changed

tests/unit/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ unit_tests_register_test("core/verbose.cpp")
1414
add_subdirectory(core/parser)
1515
add_subdirectory(core/netflow)
1616
add_subdirectory(core/message_builder)
17+
add_subdirectory(core/modifier)
1718
# >> Add your new tests or test subdirectories HERE <<
1819

1920
# Enable code coverage target (i.e. make coverage) when appropriate build
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Add header files of the IPFIX Modifier
2+
include_directories(../../tools)
3+
4+
set(AUX_TOOLS
5+
"../../tools/MsgGen.cpp"
6+
"../../tools/MsgGen.h"
7+
)
8+
9+
# Register tests
10+
unit_tests_register_test(modifier_append_and_filter.cpp ${AUX_TOOLS})

0 commit comments

Comments
 (0)