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 109de73c70 * runtest.exp (usage): Use "triplet" instead of "config name". 20 years ago
baseboards * baseboards/cris-sim.exp: Use Tcl fall-through syntax for 20 years ago
config * config/sim.exp (sim_upload): Match up argument names. 20 years ago
contrib Import from GCC tree: 20 years ago
doc * Makefile.am (CONTRIB): New. 20 years ago
example * runtest.exp: Update copyright notice. 21 years ago
lib 2006-07-13 Daniel Jacobowitz <dan@codesourcery.com> 20 years ago
packaging * packaging/pkg/pkginfo (EMAIL): Update mail address. 21 years ago
testsuite * testsuite/runtest.all/utils.test: Add runtest_file_p. 21 years ago
AUTHORS * NEWS: Tidy. 23 years ago
COPYING * COPYING: Update. 21 years ago
ChangeLog * runtest.exp (usage): Use "triplet" instead of "config name". 20 years ago
ChangeLog.0 * Import orphaned patches from sources.redhat.com: 22 years ago
INSTALL * INSTALL: Import latest version. 22 years ago
MAINTAINERS * MAINTAINERS: Update my email address. 21 years ago
Makefile.am 2006-07-13 Daniel Jacobowitz <dan@codesourcery.com> 20 years ago
Makefile.in 2006-07-13 Daniel Jacobowitz <dan@codesourcery.com> 20 years ago
NEWS * doc/ref.xml (Utility Procedures): Note that the following 21 years ago
README * README: Rewrite. 21 years ago
TODO * TODO: Update. 22 years ago
aclocal.m4 * configure: Regenerate with autoconf 2.59. 21 years ago
config.guess * config.guess: Update to most recent version. 20 years ago
config.sub * config.guess: Update to most recent version. 20 years ago
configure * configure.ac: Check for docbook2texi, not docbook2x-texi. The 20 years ago
configure.ac * configure.ac: Check for docbook2texi, not docbook2x-texi. The 20 years ago
dejagnu.h * dejagnu.h: Tidy comments. 20 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 * Update the FSF's physical address throughout. 21 years ago
runtest.exp * runtest.exp (usage): Use "triplet" instead of "config name". 20 years ago
site.tmpl * site.tmpl: Tidy. 22 years ago
stub-loader.c Initial revision 26 years ago
testglue.c 2004-08-19 Daniel Jacobowitz <dan@debian.org> 22 years ago
texinfo.tex * Makefile.am (SUBDIRS): Remove. 21 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".