mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
added integration tests to cmake list
This commit is contained in:
committed by
Thomas Gubler
parent
b955b9391d
commit
482f2c9442
+2
-1
@@ -324,7 +324,8 @@ install(TARGETS ${PROJECT_NAME}
|
|||||||
|
|
||||||
if(CATKIN_ENABLE_TESTING)
|
if(CATKIN_ENABLE_TESTING)
|
||||||
find_package(rostest REQUIRED)
|
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()
|
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>
|
|
||||||
Reference in New Issue
Block a user