comedilib/testing
2001-06-27 22:18:47 +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 Added realtime command line option. Fixed tests to use realtime 2001-06-12 10:41:09 +00:00
cmd_2.c Added realtime command line option. Fixed tests to use realtime 2001-06-12 10:41:09 +00:00
cmd_3.c Fix realtime flag. 2001-06-12 10:40:18 +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 Test for internal triggering. 2001-06-12 10:39:27 +00:00
lib.c staging area for moving functions from here to ../lib 2001-05-28 02:38:09 +00:00
main.c Added realtime command line option. Fixed tests to use realtime 2001-06-12 10:41:09 +00:00
Makefile fixes for cross-compilation 2001-06-12 10:36:25 +00:00
mmap.c Changed from siginfo handler to simple signal handler 2001-06-27 22:18:16 +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 Added realtime command line option. Fixed tests to use realtime 2001-06-12 10:41:09 +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.)