Skip to content

Commit

Permalink
Refs #22518: Apply Revision 2
Browse files Browse the repository at this point in the history
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
  • Loading branch information
cferreiragonz committed Jan 10, 2025
1 parent 6465cd4 commit 55a05c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ endif()
# System tests
###############################################################################
if(SYSTEM_TESTS)
find_package(GTest CONFIG REQUIRED)
include(${PROJECT_SOURCE_DIR}/cmake/testing/GoogleTest.cmake)

add_subdirectory(system/tools/fastdds)
add_subdirectory(system/tools/fds)
endif()
Expand Down
3 changes: 0 additions & 3 deletions test/system/tools/fds/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ if(Python3_Interpreter_FOUND)
endif()

# C++ Unittests
find_package(GTest CONFIG REQUIRED)
include(${PROJECT_SOURCE_DIR}/cmake/testing/GoogleTest.cmake)

set(CLI_MANAGER_TESTS_EXEC CliDiscoveryManagerTests)

set(CLI_MANAGER_TESTS_SOURCE
Expand Down

0 comments on commit 55a05c7

Please sign in to comment.