Scroll to navigation

runtest(1) General Commands Manual runtest(1)

NAME

runtest - the DejaGnu test driver program

SYNOPSIS

runtest [ options ]

DESCRIPTION

DejaGnu is a framework for running test suites on GNU tools. It is written in expect, which uses Tcl (Tool command language). runtest is the test driver program; use it to control what tests to run, and variations on how to run them.

You can find a comprehensive description of DejaGnu and runtest in The DejaGnu Testing Framework or its Info version, dejagnu.info.

OPTIONS

Print all test output to screen. By default, only unexpected results are displayed.
Set the baud rate for a serial line connection. Some serial interface programs (like tip) don't use this value but instead use a separate initialization file.
The type of connection to use. The choices are rlogin, telnet, rsh, kermit, tip and mondfe.
Turn on expect internal debugging output. All output is logged to a file called dbg.out. The output of the --strace also goes into this file.
Prints out a help screen and then exits.
The configuration string for the host.
Do not run the specified tests.
Electronic mail addresses to receive test results.
The network hostname of the target board.
path is a directory containing compiled test code.
The name of a directory for test log output.
Reboot the target board when runtest initializes (if supported).
path is a directory containing test directories.
Turns on expect internal tracing to N levels deep.
The configuration string for the target.
Specify the tool to be tested. toolname controls the test suite applied, and the associated initialization module.
Turns on more debugging output from test cases and DejaGnu utility code. Use more than once to increase output further.
Prints out the versions of DejaGnu, expect and Tcl.
Activate the Tcl debugger.number can be either 1 or 0. If it is 1, then the expect shell will break when it starts to run. All ^C's drop DejaGnu back to the debugger prompt. A 0 starts DejaGnu like normal, but a ^C drops to the debugger prompt.
of the test names to run. Usually these are the names of the expect test driver, ie... special.exp.

Makefile style variables are used to specify tool names and their flags; these and other configuration dependent values are saved in the file site.exp, created during configuration.

EXIT CODES

runtest sets the exit code to 1 if any of the tests failed, or sets it to 0 if all the tests passed.

SEE ALSO

The DejaGnu Testing Framework (dejagnu.info). This is the DejaGnu manual; its source is the SGML files doc/*.sgml. in the DejaGnu distribution.

AUTHOR

Rob Savoye (rob@welcomehome.org)

29 Jul 2003