You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ben Elliston 7d63d7a08c * configure.ac: Abort if AWK is not installed. 7 years ago
baseboards * baseboards/basic-sid.exp, baseboards/basic-sim.exp, 7 years ago
commands * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and 7 years ago
config * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp, 7 years ago
contrib * contrib/sum2junit.sh (failures): Fix typo. 8 years ago
doc Update date. 7 years ago
lib * lib/framework.exp (log_summary): Remove "testcnt" mechanism. 7 years ago
testsuite * testsuite/lib/util-defs.exp: Whitespace clean up. 7 years ago
.gitignore ignore some files for git status 13 years ago
AUTHORS * NEWS: Tidy. 23 years ago
COPYING * COPYING: Update to GPL version 3. 18 years ago
ChangeLog * configure.ac: Abort if AWK is not installed. 7 years ago
ChangeLog-1992 Fix whitespace issues flagged by Emacs' whitespace-report. 15 years ago
INSTALL * INSTALL: Update to latest upstream version. 7 years ago
MAINTAINERS * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide. 17 years ago
Makefile.am * Makefile.am (EXTRA_DIST): Remove $(XML). 7 years ago
Makefile.in * Makefile.am (EXTRA_DIST): Remove $(XML). 7 years ago
NEWS * NEWS: Add item for new dejagnu command. 7 years ago
README * README (Documentation): Update. 8 years ago
TODO Add an item for grep -n. 7 years ago
aclocal.m4 * Makefile.am (DISTCLEANFILES): Add testrun.xml. 8 years ago
compile * compile, depcomp, install-sh: Latest upstream versions. 8 years ago
config.guess * config.guess: Update to latest version. 7 years ago
config.sub * config.guess: Update to latest version. 7 years ago
configure * configure.ac: Abort if AWK is not installed. 7 years ago
configure.ac * configure.ac: Abort if AWK is not installed. 7 years ago
dejagnu * dejagnu: Avoid use of semicolon as sed(1) command separator. 7 years ago
dejagnu.h * dejagnu.h (TestState): Remove const char * variants of 7 years ago
depcomp * compile, depcomp, install-sh: Latest upstream versions. 8 years ago
install-sh * compile, depcomp, install-sh: Latest upstream versions. 8 years ago
mdate-sh Make mdate-sh a real file, not a symbolic link to Automake. 7 years ago
missing * depcomp, install-sh, missing: Update to latest versions. 12 years ago
runtest * runtest: Use POSIX 'command', not 'type', to look for the Expect 8 years ago
runtest.exp * runtest.exp: Move processing of -V|--version option to first 7 years ago
stub-loader.c Initial revision 26 years ago
testglue.c * testglue.c: Remove duplicated prototypes for abort and exit. 16 years ago

README

Introduction
------------

Welcome to DejaGnu!

DejaGnu is a framework for testing other programs. Its purpose is to
provide a single front-end for all tests. Beyond this, DejaGnu offers
several advantages for testing:

* The flexibility and consistency of the DejaGnu framework make it
easy to write tests for any program.

* DejaGnu provides a layer of abstraction which makes all tests
portable to any host or target where a program must be tested.
For instance, a test for GDB can run (from any UNIX based host)
on any target architecture supported by DejaGnu. DejaGnu has
run tests on several single board computers, whose operating
software ranges from a boot monitor to a fully-fledged,
UNIX-like realtime OS.

* DejaGnu is written in Expect, which in turn uses Tcl (Tool
command language). The framework comprises two parts: the
testing framework and the testsuites themselves. Tests are
usually written in Tcl and distributed with the programs, not
with DejaGnu.

Installation
------------

For detailed instructions on installing DejaGnu, see the INSTALL file.

Reporting bugs
--------------

If you think you have found a bug in DejaGnu, then please send a bug
report. Guidelines for reporting bugs can be found at:

http://www.gnu.org/software/dejagnu/#bug

Documentation
-------------

The DejaGnu documentation is written in Texinfo. HTML and PDF versions
of the current user manual are kept at:

http://www.gnu.org/software/dejagnu/#documentation

GNU Info documentation is installed as part of the installation
process. You can read this by typing "info dejagnu".