From fda905e36547d404222fc2b8f174497c6b3c046b Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Wed, 6 Dec 2023 15:33:53 +0100 Subject: [PATCH] enabled all tests --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3df80f0..7927d2d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,6 @@ find_package(rostest REQUIRED) find_package(mrs_uav_testing REQUIRED) -# add_subdirectory(modalities) +add_subdirectory(modalities) add_subdirectory(failsafe_controller)