summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-08-10 15:09:45 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-08-10 15:09:45 +0300
commit92880804c194990c0a2e3201c6179b8c2f6cae7c (patch)
tree6650b767894e35b0090b7e80d8f0371d2ba0f97c /linux
parente61cecf7febc28116507221af6922e252bda89a4 (diff)
Better flow stat parser unit tests, including IPv6
Diffstat (limited to 'linux')
-rwxr-xr-xlinux/ws_main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/ws_main.py b/linux/ws_main.py
index 66d79d13..b1704e5e 100755
--- a/linux/ws_main.py
+++ b/linux/ws_main.py
@@ -113,6 +113,7 @@ main_src = SrcGroup(dir='src',
'rx_check_header.cpp',
'nat_check.cpp',
'nat_check_flow_table.cpp',
+ 'test_pkt_gen.cpp',
'timer_wheel_pq.cpp',
'time_histogram.cpp',
'utl_json.cpp',