From 86ec70362023ae59875a0862fc18b91ddf65bda8 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Fri, 23 Sep 2016 09:16:20 -1000 Subject: [PATCH] Left test_dataman out by default - as it was prior --- src/systemcmds/tests/CMakeLists.txt | 2 +- src/systemcmds/tests/tests_main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/systemcmds/tests/CMakeLists.txt b/src/systemcmds/tests/CMakeLists.txt index 2c734b1ba0..38672c7ea2 100644 --- a/src/systemcmds/tests/CMakeLists.txt +++ b/src/systemcmds/tests/CMakeLists.txt @@ -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 diff --git a/src/systemcmds/tests/tests_main.c b/src/systemcmds/tests/tests_main.c index 01e0518bca..a095ee25fb 100644 --- a/src/systemcmds/tests/tests_main.c +++ b/src/systemcmds/tests/tests_main.c @@ -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},