diff options
author | Michele Papalini <micpapal@cisco.com> | 2022-09-29 13:53:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2022-09-29 13:53:38 +0000 |
commit | 29647f687c8dadc90e2ba4d3a772eee09a1a4f1b (patch) | |
tree | 82e321ccbe834e0c0d5faa3c175e10f93ccacbff /libtransport/src/test/CMakeLists.txt | |
parent | d0c49cbf2887412e3b661d84032077db35c6d236 (diff) | |
parent | 7fd052761d21bfa38839a27cc9d03ef77a01f411 (diff) |
Merge "fix(rtc-production-protocol): do not modify packet just after sending it"
Diffstat (limited to 'libtransport/src/test/CMakeLists.txt')
-rw-r--r-- | libtransport/src/test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtransport/src/test/CMakeLists.txt b/libtransport/src/test/CMakeLists.txt index 864006e5d..56edcd102 100644 --- a/libtransport/src/test/CMakeLists.txt +++ b/libtransport/src/test/CMakeLists.txt @@ -17,8 +17,8 @@ list(APPEND TESTS_SRC main.cc test_aggregated_header.cc - #######test_auth.cc - # test_consumer_producer_rtc.cc + test_auth.cc + test_consumer_producer_rtc.cc test_core_manifest.cc # test_event_thread.cc test_fec_base_rs.cc |