Skip to content

Commit

Permalink
registered test
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Nov 20, 2024
1 parent f64d3fe commit a97e574
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/tcp_pubsub_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ add_executable (${PROJECT_NAME}

target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_14)

source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${sources})

target_link_libraries (${PROJECT_NAME}
tcp_pubsub::tcp_pubsub
GTest::gtest_main
)
)

source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${sources})

include(GoogleTest)
gtest_discover_tests(${PROJECT_NAME})

0 comments on commit a97e574

Please sign in to comment.