logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tessrun - convenience script for running TESS scripts en masse

Author

       The author of TESS is Michael S. Noble <mnoble@space.mit.edu>.   Rafael  Laboissiere  <rafael@debian.org>
       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

Description

       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.

Name

       tessrun - convenience script for running TESS scripts en masse

Options

-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.

See Also

       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.

                                                02 November 2005                                      TESSRUN(1)

Synopsis

tessrun [ -h ] [ -l ] [ -l ] [ application[args...] ]

See Also