From: David Schleef Date: Thu, 4 Oct 2001 20:12:04 +0000 (+0000) Subject: removed mode0_test from list of standard tests X-Git-Tag: r0_7_17~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b76621f0485f43cf319d41d4ddd494f1c8374b88;p=comedilib.git removed mode0_test from list of standard tests --- diff --git a/testing/main.c b/testing/main.c index ab22e5e..f679e5f 100644 --- a/testing/main.c +++ b/testing/main.c @@ -49,7 +49,7 @@ struct test_struct{ }; struct test_struct tests[]={ { "info", test_info, TEST_STD }, - { "mode0_read", test_mode0_read, TEST_STD }, + { "mode0_read", test_mode0_read, TEST_NEVER }, { "insn_read", test_insn_read, TEST_STD }, { "insn_read_time", test_insn_read_time, TEST_STD }, { "cmd_no_cmd", test_cmd_no_cmd, TEST_STD },