aboutsummaryrefslogtreecommitdiffstats
path: root/libccnx-transport-rta/ccnx/transport/common/test/CMakeLists.txt
diff options
context:
space:
mode:
authorAngelo Mantellini <manangel@cisco.com>2019-02-14 11:15:08 +0100
committerAngelo Mantellini <manangel@cisco.com>2019-02-14 13:07:39 +0100
commitb95da59966d1c39b2be874222a265fbdc9c190ef (patch)
tree4176d184a5ed0ab0f0bfe364a3c87e662ac6f3c3 /libccnx-transport-rta/ccnx/transport/common/test/CMakeLists.txt
parent04dd447681b20fa087554708b2672f4f5bd1dea0 (diff)
[HICN-63] ccnx-common broken build because of tests
Change-Id: I9ee68c28b121abaca7916b1edc8508e58c9fa299 Signed-off-by: Angelo Mantellini <manangel@cisco.com>
Diffstat (limited to 'libccnx-transport-rta/ccnx/transport/common/test/CMakeLists.txt')
-rw-r--r--libccnx-transport-rta/ccnx/transport/common/test/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/libccnx-transport-rta/ccnx/transport/common/test/CMakeLists.txt b/libccnx-transport-rta/ccnx/transport/common/test/CMakeLists.txt
index c964fc69..beed2f04 100644
--- a/libccnx-transport-rta/ccnx/transport/common/test/CMakeLists.txt
+++ b/libccnx-transport-rta/ccnx/transport/common/test/CMakeLists.txt
@@ -3,10 +3,6 @@ add_definitions(--coverage)
set(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} " --coverage")
set(TestsExpectedToPass
- test_transport_MetaMessage
- test_ccnx_ConnectionConfig
- test_ccnx_StackConfig
- test_ccnx_TransportConfig
)