diff options
author | Mauro Sardara <msardara@cisco.com> | 2022-09-14 15:23:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2022-09-14 15:23:25 +0000 |
commit | f7567c8987065582d4ffde710ec54b7abdb619a2 (patch) | |
tree | e3a192ef3fa8f690cfec50e172c6a8e8fe82bea6 /libtransport/src/test/CMakeLists.txt | |
parent | 34e32b751d8060f93646d3fa542ddea73de901c4 (diff) | |
parent | ab38321508d886f0acd535f0f5f07a3d44e29591 (diff) |
Merge "feat(hicn-ping): allow usage of random prefixes/suffixes in hicn-ping"
Diffstat (limited to 'libtransport/src/test/CMakeLists.txt')
-rw-r--r-- | libtransport/src/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtransport/src/test/CMakeLists.txt b/libtransport/src/test/CMakeLists.txt index 356ee0067..864006e5d 100644 --- a/libtransport/src/test/CMakeLists.txt +++ b/libtransport/src/test/CMakeLists.txt @@ -33,6 +33,7 @@ list(APPEND TESTS_SRC test_thread_pool.cc test_quadloop.cc test_prefix.cc + test_traffic_generator.cc ) if (ENABLE_RELY) |