summaryrefslogtreecommitdiffstats
path: root/libtransport/src/test/CMakeLists.txt
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2022-09-14 15:23:25 +0000
committerGerrit Code Review <gerrit@fd.io>2022-09-14 15:23:25 +0000
commitf7567c8987065582d4ffde710ec54b7abdb619a2 (patch)
treee3a192ef3fa8f690cfec50e172c6a8e8fe82bea6 /libtransport/src/test/CMakeLists.txt
parent34e32b751d8060f93646d3fa542ddea73de901c4 (diff)
parentab38321508d886f0acd535f0f5f07a3d44e29591 (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.txt1
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)