Skip to content
Snippets Groups Projects
Commit 482f2c94 authored by Andreas Antener's avatar Andreas Antener Committed by Thomas Gubler
Browse files

added integration tests to cmake list

parent b955b939
No related branches found
No related tags found
No related merge requests found
......@@ -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()
<launch>
<include file="$(find px4)/integrationtests/demo_tests/direct_tests.launch" />
<include file="$(find px4)/integrationtests/demo_tests/mavros_tests.launch" />
</launch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment