mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
test_dataman add to SITL with minor updates
This commit is contained in:
@@ -9,6 +9,7 @@ set(tests
|
||||
commander
|
||||
controllib
|
||||
conv
|
||||
dataman
|
||||
file2
|
||||
float
|
||||
gpio
|
||||
@@ -51,6 +52,7 @@ foreach(test_name ${tests})
|
||||
${PX4_BINARY_DIR}
|
||||
WORKING_DIRECTORY ${SITL_WORKING_DIR})
|
||||
|
||||
set_tests_properties(${test_name} PROPERTIES FAIL_REGULAR_EXPRESSION "${test_name} FAILED")
|
||||
set_tests_properties(${test_name} PROPERTIES PASS_REGULAR_EXPRESSION "${test_name} PASSED")
|
||||
endforeach()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user