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 43989788c7 Regenerate with modern autotools. 15 years ago
baseboards * baseboards/cris-sim.exp: Remove trailing semicolon(s). 15 years ago
config Upgrade to GPL version 3. 15 years ago
contrib Import from GCC tree: 20 years ago
doc Reported by Flash Sheridan <flash@pobox.com>: 15 years ago
example Regenerate with modern autotools. 15 years ago
lib * baseboards/cris-sim.exp: Remove trailing semicolon(s). 15 years ago
testsuite * Makefile.am (DISTCLEANFILES): Define. 15 years ago
AUTHORS * NEWS: Tidy. 23 years ago
COPYING * COPYING: Update to GPL version 3. 18 years ago
ChangeLog * baseboards/cris-sim.exp: Remove trailing semicolon(s). 15 years ago
ChangeLog-1992 Fix whitespace issues flagged by Emacs' whitespace-report. 15 years ago
INSTALL * INSTALL: Import latest version. 22 years ago
MAINTAINERS * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide. 17 years ago
Makefile.am * Makefile.am (DISTCLEANFILES): Define. 15 years ago
Makefile.in * Makefile.am (DISTCLEANFILES): Define. 15 years ago
NEWS * NEWS: Start a new section for post-1.5 changes. 15 years ago
README * README: Rewrite. 21 years ago
TODO * TODO: Update. 22 years ago
aclocal.m4 * Makefile.am: Bump to GPL version 3. 15 years ago
config.guess * config.guess: Update to most recent version. 15 years ago
config.sub * config.guess: Update to most recent version. 15 years ago
configure * configure.ac (AC_INIT): Set version to 1.5. 15 years ago
configure.ac * configure.ac (AC_INIT): Set version to 1.5. 15 years ago
dejagnu.h Upgrade to GPL version 3. 15 years ago
depcomp * Update the FSF's physical address throughout. 21 years ago
install-sh * depcomp: Import latest version. 22 years ago
missing * Update the FSF's physical address throughout. 21 years ago
mkinstalldirs More trailing whitespace fixes. 23 years ago
runtest Upgrade to GPL version 3. 15 years ago
runtest.exp * runtest.exp (runtest): Call reset_vars at initialisation so that 15 years ago
site.tmpl * site.tmpl: Tidy. 22 years ago
stub-loader.c Initial revision 26 years ago
testglue.c * testglue.c: Remove duplicated prototypes for abort and exit. 16 years ago
texinfo.tex * texinfo.tex: Import latest version from ftp://tug.org/tex. 15 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 Docbook/XML. The Makefile
does not render the documentation into other formats by default, as
this requires a range of Docbook packages to be installed. The
intention is that this will be done by the maintainers when a release
is made. HTML, RTF, PostScript and PDF versions of the current user
manual are kept on the web at:

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

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