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

@@ -104,7 +104,7 @@ const struct {
{"autodeclination", test_autodeclination, 0},
{"bson", test_bson, 0},
{"conv", test_conv, 0},
//{"dataman", test_dataman, OPT_NOJIGTEST | OPT_NOALLTEST}, // Enable for by hand testing
{"dataman", test_dataman, OPT_NOJIGTEST | OPT_NOALLTEST},
{"file2", test_file2, OPT_NOJIGTEST},
{"float", test_float, 0},
{"gpio", test_gpio, OPT_NOJIGTEST | OPT_NOALLTEST},