Skip to content

Commit

Permalink
sync with ecal-core 2024-04-17
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Apr 17, 2024
1 parent 09f56b3 commit e9ee822
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ecal/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ if(ECAL_CORE_REGISTRATION_SHM OR ECAL_CORE_TRANSPORT_SHM)
endif()

if(ECAL_CORE_REGISTRATION AND ECAL_CORE_PUBLISHER AND ECAL_CORE_SUBSCRIBER)
if(ECAL_CORE_TRANSPORT_SHM OR ECAL_CORE_TRANSPORT_UDP) # this test is running for shm and udp layer only, needs to be fixed for tcp
if(ECAL_CORE_TRANSPORT_SHM OR ECAL_CORE_TRANSPORT_UDP) # pubsub tests are running for shm and udp layer only, needs to be fixed for tcp
add_subdirectory(cpp/pubsub_test)
endif()
if(ECAL_CORE_HAS_PROTOBUF)
add_subdirectory(cpp/pubsub_proto_test)
if(ECAL_CORE_HAS_PROTOBUF)
add_subdirectory(cpp/pubsub_proto_test)
endif()
endif()
endif()

Expand Down

0 comments on commit e9ee822

Please sign in to comment.