Annotation of embedaddon/lrzsz/README.tests, revision 1.1.1.1

1.1       misho       1: From "ease of use" onwards:
                      2: 
                      3: "make fastcheck"
                      4:        will do a simple self check, sending lsz, lrz, lsz.c and lrz.c
                      5:        over a named pipe. 
                      6:        This test just covers basic zmodem functionality, and it's
                      7:        the only one which will work under BeOS: All other tests
                      8:        need "real" named pipes, /pipe under BeOS simply hasn't
                      9:        the right semantics.
                     10: 
                     11: "make vcheck" and "make oldcheck-local"
                     12:        will do a fast check of the most important features.
                     13:        "vcheck" gives some more output, especially CPS-rates.
                     14: 
                     15: "make check"
                     16:        will do a _long_ regression test.
                     17:        Some tests need special programs (omen.sz, omen.rz, zmtx, zmrx).
                     18:        Some might only work on my system.
                     19:        In any case you'll need dejagnu for this.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>