mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Integration tests: Add Makefile target
This enables unfamiliar users to run the tests quickly without having to memorize all commandsline options.
This commit is contained in:
@@ -387,10 +387,7 @@ add_custom_target(test_results
|
||||
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(test/mavsdk_tests)
|
||||
endif()
|
||||
add_subdirectory(test/mavsdk_tests)
|
||||
|
||||
#=============================================================================
|
||||
# subdirectories
|
||||
|
||||
Reference in New Issue
Block a user