Tests.SDK: Implement Topology test fixture

This commit is contained in:
Dennis Klein
2019-07-19 16:35:15 +02:00
committed by Dennis Klein
parent cfcdd666bf
commit 53be96d93c
4 changed files with 47 additions and 59 deletions

View File

@@ -287,14 +287,14 @@ if(BUILD_SDK)
add_testsuite(SDK
SOURCES
${CMAKE_CURRENT_BINARY_DIR}/runner.cxx
sdk/_dds.cxx
# sdk/_dds.cxx
sdk/_topology.cxx
sdk/TopologyFixture.h
LINKS
SDK
Tools
DDS::dds_tools_lib
DDS::dds_topology_lib
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
TIMEOUT 15