Convenience script for running tess scripts en masse
tessrun [ -h ] [ -l ] [ -l ] [ application [ args ...] ]
The tessrun script is part of TESS, the (Te)st (S)ystem for (S)-Lang. It is intended to simplify the invocation, typically within a Makefile, of TESS-based automated regression suites. Each test in the current directory (marked by a .t suffix) will be automatically loaded into the S-Lang interpreter (within slsh, by default) and executed.
tessrun returns 1 if any tests fail, otherwise 0.
-h
Output this short help text.
-l
Supports local execution of examples (before install).
-v
Verbose mode.
application [ args ...]
Replace the use of slsh with the given application, and optional arguments.
The author of TESS is Michael S. Noble <[email protected]>. Rafael Laboissiere <[email protected]> created the TESS package for Debian and helped author this manual page.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL
On Debian systems the reference manual for TESS can be found at /usr/share/doc/slang-tess/tess.txt.gz. It is also packaged in text and PDF forms in the source distribution.