From 0dc3e543c08bfcd6180ac5a2e349c181fd6d3e87 Mon Sep 17 00:00:00 2001 From: Alberto Tudela Date: Mon, 8 Apr 2024 17:43:23 +0200 Subject: [PATCH] Attemp to pass mira tests in CI Signed-off-by: Alberto Tudela --- scitos2_mira/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scitos2_mira/CMakeLists.txt b/scitos2_mira/CMakeLists.txt index ce6e17c..11cbaee 100644 --- a/scitos2_mira/CMakeLists.txt +++ b/scitos2_mira/CMakeLists.txt @@ -100,7 +100,7 @@ if(BUILD_TESTING) # the following line skips the linter which checks for copyrights set(ament_cmake_copyright_FOUND TRUE) ament_lint_auto_find_test_dependencies() - #add_subdirectory(test) + add_subdirectory(test) endif() # ##################################