Left test_dataman out by default - as it was prior

This commit is contained in:
David Sidrane
2016-09-23 09:16:20 -10:00
committed by Lorenz Meier
parent bb71aa5b64
commit 86ec703620
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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},