diff options
author | imarom <imarom@cisco.com> | 2016-07-03 10:55:49 +0300 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-07-03 13:40:23 +0300 |
commit | c6c4a4307a8a0ae17d3e26c9dc98b874dd5ee60b (patch) | |
tree | c32a0f0c6465b63e9857d19313ed13651cfd934a /linux | |
parent | ed196079a710ddc30552ecbc0329db7a75a4ca60 (diff) |
client config - cosmetics and gtest back on
Diffstat (limited to 'linux')
-rwxr-xr-x | linux/ws_main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/ws_main.py b/linux/ws_main.py index 0ee2fd3b..2219522a 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -97,7 +97,7 @@ bp_sim_main = SrcGroup(dir='src', bp_sim_gtest = SrcGroup(dir='src', src_list=[ 'bp_gtest.cpp', - #'gtest/tuple_gen_test.cpp', + 'gtest/tuple_gen_test.cpp', 'gtest/nat_test.cpp', 'gtest/trex_stateless_gtest.cpp' ]) |