comedilib/testing
2001-07-30 20:40:26 +00:00
..
results more results 2001-05-28 02:31:40 +00:00
bufconfig.c additional tests, fixes, move some functions to ../lib 2001-05-28 02:39:00 +00:00
cmd_1.c Changed prototype of comedi_get_cmd_generic_timed 2001-07-15 22:47:14 +00:00
cmd_2.c Change prototype of comedi_get_cmd_generic_timed 2001-07-15 22:39:54 +00:00
cmd_3.c Change prototype of comedi_get_cmd_generic_timed 2001-07-15 22:39:54 +00:00
comedi_test.h Added realtime command line option. Fixed tests to use realtime 2001-06-12 10:41:09 +00:00
info.c added tests and created main 2000-10-10 00:52:10 +00:00
insn_read.c additional tests, fixes, move some functions to ../lib 2001-05-28 02:39:00 +00:00
insn_read_time.c additional tests, fixes, move some functions to ../lib 2001-05-28 02:39:00 +00:00
inttrig.c Change prototype of comedi_get_cmd_generic_timed 2001-07-15 22:39:54 +00:00
lib.c staging area for moving functions from here to ../lib 2001-05-28 02:38:09 +00:00
main.c Added long getopts and added help(), 'cuz I always forget how to use it 2001-07-30 20:40:26 +00:00
Makefile Use ../Config. Fix 'make test'. 2001-07-15 23:24:00 +00:00
mmap.c Change prototype of comedi_get_cmd_generic_timed 2001-07-15 22:39:54 +00:00
mode0_read.c Uses deprecated functions, so added _COMEDILIB_DEPRECATED 2001-06-27 22:18:47 +00:00
README testing additions 2000-11-30 22:57:04 +00:00
select.c Change prototype of comedi_get_cmd_generic_timed 2001-07-15 22:39:54 +00:00

The results directory contains last-known testing results that have
been contributed by users.  If your board is listed there,
please compare it the output of comedi_test and if it differs
significantly, send me a copy and/or diff.  I'll either update
the file, or it indicates that there is a bug.  If your board
is not listed here, send me a copy of the output so it can
be included.

comedi_test tends to create a lot of output.  The important
information has lines beginning with either I:, W:, or E:,
indicating information, warning, or error, respectively.
You can grep for this information using the regexp '^.:'.
Errors are usually problems that need to be fixed, but are
not necessarily significant bugs.  Warnings need to be
audited by ds to know whether or not they are significant,
since comedi_test isn't very smart about some checks.  (That's
why they're warnings and not errors.)