mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
added integration tests to cmake list
This commit is contained in:
parent
b955b9391d
commit
482f2c9442
@ -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()
|
||||
|
||||
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
<launch>
|
||||
<include file="$(find px4)/integrationtests/demo_tests/direct_tests.launch" />
|
||||
<include file="$(find px4)/integrationtests/demo_tests/mavros_tests.launch" />
|
||||
</launch>
|
||||
Loading…
x
Reference in New Issue
Block a user