mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 14:17:35 +08:00
Left test_dataman out by default - as it was prior
This commit is contained in:
committed by
Lorenz Meier
parent
bb71aa5b64
commit
86ec703620
@@ -34,7 +34,7 @@
|
||||
set(srcs
|
||||
test_adc.c
|
||||
test_autodeclination.cpp
|
||||
test_dataman.c
|
||||
# test_dataman.c # Enable for by hand testing
|
||||
test_hysteresis.cpp
|
||||
test_bson.c
|
||||
test_conv.cpp
|
||||
|
||||
@@ -101,7 +101,7 @@ const struct {
|
||||
{"autodeclination", test_autodeclination, 0},
|
||||
{"bson", test_bson, 0},
|
||||
{"conv", test_conv, 0},
|
||||
{"dataman", test_dataman, 0},
|
||||
//{"dataman", test_dataman, 0}, // Enable for by hand testing
|
||||
{"file", test_file, OPT_NOJIGTEST | OPT_NOALLTEST},
|
||||
{"file2", test_file2, OPT_NOJIGTEST},
|
||||
{"float", test_float, 0},
|
||||
|
||||
Reference in New Issue
Block a user