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 --- .../ccnx/transport/transport_rta/commands/test/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libccnx-transport-rta/ccnx/transport/transport_rta/commands') diff --git a/libccnx-transport-rta/ccnx/transport/transport_rta/commands/test/CMakeLists.txt b/libccnx-transport-rta/ccnx/transport/transport_rta/commands/test/CMakeLists.txt index d3a5f009..47386293 100644 --- a/libccnx-transport-rta/ccnx/transport/transport_rta/commands/test/CMakeLists.txt +++ b/libccnx-transport-rta/ccnx/transport/transport_rta/commands/test/CMakeLists.txt @@ -3,8 +3,7 @@ add_definitions(--coverage) set(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} " --coverage") set(TestsExpectedToPass - test_rta_Command - test_rta_CommandCreateProtocolStack + test_rta_Command test_rta_CommandOpenConnection test_rta_CommandCloseConnection test_rta_CommandDestroyProtocolStack -- cgit 1.2.3-korg