From a52d0ca00aa4a1ead1ad264a01e3c10e62137aef Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 12 Aug 2016 13:53:02 +0200 Subject: [PATCH] Remove hysteresis tests on Mac OS --- src/systemcmds/tests/tests_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemcmds/tests/tests_main.c b/src/systemcmds/tests/tests_main.c index 021d7d4ef9..27a400538c 100644 --- a/src/systemcmds/tests/tests_main.c +++ b/src/systemcmds/tests/tests_main.c @@ -96,9 +96,9 @@ const struct { {"sf0x", sf0x_tests_main, 0}, #ifndef __PX4_DARWIN {"uorb", uorb_tests_main, 0}, + {"hysteresis", test_hysteresis, 0}, #endif /* __PX4_DARWIN */ {"autodeclination", test_autodeclination, 0}, - {"hysteresis", test_hysteresis, 0}, {"bson", test_bson, 0}, {"conv", test_conv, 0}, {"file", test_file, OPT_NOJIGTEST | OPT_NOALLTEST},