aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca8e11488..457a0bfa7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -324,7 +324,8 @@ install(TARGETS ${PROJECT_NAME}
if(CATKIN_ENABLE_TESTING)
find_package(rostest REQUIRED)
- add_rostest(integrationtests/integrationtests.launch)
+ add_rostest(integrationtests/demo_tests/direct_tests.launch)
+ add_rostest(integrationtests/demo_tests/mavros_tests.launch)
endif()