From b95da59966d1c39b2be874222a265fbdc9c190ef Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Thu, 14 Feb 2019 11:15:08 +0100 Subject: [HICN-63] ccnx-common broken build because of tests Change-Id: I9ee68c28b121abaca7916b1edc8508e58c9fa299 Signed-off-by: Angelo Mantellini --- libccnx-transport-rta/ccnx/transport/common/test/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libccnx-transport-rta/ccnx/transport/common/test/CMakeLists.txt') 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 ) -- cgit 1.2.3-korg