diff options
author | Angelo Mantellini <manangel@cisco.com> | 2019-02-14 11:15:08 +0100 |
---|---|---|
committer | Angelo Mantellini <manangel@cisco.com> | 2019-02-14 13:07:39 +0100 |
commit | b95da59966d1c39b2be874222a265fbdc9c190ef (patch) | |
tree | 4176d184a5ed0ab0f0bfe364a3c87e662ac6f3c3 /libccnx-transport-rta/ccnx/transport | |
parent | 04dd447681b20fa087554708b2672f4f5bd1dea0 (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')
-rw-r--r-- | libccnx-transport-rta/ccnx/transport/common/test/CMakeLists.txt | 4 | ||||
-rw-r--r-- | libccnx-transport-rta/ccnx/transport/transport_rta/commands/test/CMakeLists.txt | 3 |
2 files changed, 1 insertions, 6 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 ) 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 |