File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lrzsz / README.tests
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Oct 24 15:49:50 2019 UTC (4 years, 7 months ago) by misho
Branches: lrzsz, MAIN
CVS tags: v0_12_20p5, HEAD
lrzsz ver 0.12.20

From "ease of use" onwards:

"make fastcheck"
	will do a simple self check, sending lsz, lrz, lsz.c and lrz.c
	over a named pipe. 
	This test just covers basic zmodem functionality, and it's
	the only one which will work under BeOS: All other tests
	need "real" named pipes, /pipe under BeOS simply hasn't
	the right semantics.

"make vcheck" and "make oldcheck-local"
	will do a fast check of the most important features.
	"vcheck" gives some more output, especially CPS-rates.

"make check"
	will do a _long_ regression test.
	Some tests need special programs (omen.sz, omen.rz, zmtx, zmrx).
	Some might only work on my system.
	In any case you'll need dejagnu for this.

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