mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08: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