projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8af5fc
)
removed mode0_test from list of standard tests
author
David Schleef
<ds@schleef.org>
Thu, 4 Oct 2001 20:12:04 +0000
(20:12 +0000)
committer
David Schleef
<ds@schleef.org>
Thu, 4 Oct 2001 20:12:04 +0000
(20:12 +0000)
testing/main.c
patch
|
blob
|
history
diff --git
a/testing/main.c
b/testing/main.c
index ab22e5eeb7d1ea4e0fdf40fb65cb2cdb6a3cc30a..f679e5f7f30436ddcd296048acb6acdecd749c21 100644
(file)
--- 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 },