test_dataman add to SITL with minor updates

This commit is contained in:
Daniel Agar
2017-02-15 14:18:50 -05:00
parent 9369262e63
commit 1bbca3bf1d
5 changed files with 47 additions and 36 deletions

View File

@@ -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()