mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
mavsdk_tests: add to PX4 Makefile/CMakeLists.txt
This commit is contained in:
@@ -386,6 +386,12 @@ add_custom_target(test_results
|
||||
WORKING_DIRECTORY ${PX4_BINARY_DIR})
|
||||
set_target_properties(test_results PROPERTIES EXCLUDE_FROM_ALL TRUE)
|
||||
|
||||
# Integration testing using MAVSDK
|
||||
option(MAVSDK_TESTING "Integration testing using MAVSDK" OFF)
|
||||
if (MAVSDK_TESTING)
|
||||
add_subdirectory(mavsdk_tests)
|
||||
endif()
|
||||
|
||||
#=============================================================================
|
||||
# subdirectories
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user