Skip to content
Snippets Groups Projects
Commit 86ec7036 authored by David Sidrane's avatar David Sidrane Committed by Lorenz Meier
Browse files

Left test_dataman out by default - as it was prior

parent bb71aa5b
No related branches found
No related tags found
No related merge requests found
......@@ -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},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment