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.
 
 
 
 
 
 
Maxim Kuvyrkov 6e55af0128 Support using QEMU in local/remote testing using default "unix" board 10 years ago
baseboards Cleanup whitespace 6 years ago
commands * NEWS: Document report card. 7 years ago
config Support using QEMU in local/remote testing using default "unix" board 6 years ago
contrib * contrib/sum2junit.sh (failures): Fix typo. 8 years ago
doc Fix node duplicated by merge error in dejagnu.texi 6 years ago
lib Use board_info correctly. 6 years ago
testsuite Fix problems with relative srcdir in launcher and report-card testsuites 6 years ago
.dir-locals.el This adds a .dir-locals.el for emacs to the repository 6 years ago
.gitignore Ignore generated files. 6 years ago
AUTHORS * NEWS: Tidy. 23 years ago
COPYING * COPYING: Update to GPL version 3. 18 years ago
ChangeLog Save and restore variables set by command arguments 6 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 Add hook to put branch and evision in the version for development builds. 6 years ago
Makefile.in * NEWS: Document report card. 7 years ago
NEWS Save and restore variables set by command arguments 6 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 Add entry and FIXME 6 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 Save and restore variables set by command arguments 6 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".