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.
 
 
 
 
 
 
Rob Savoye c1ab4f2468 Basic MySQL support. 10 years ago
baseboards * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp, 10 years ago
config More fixes identified by the Frink static analyser: 10 years ago
contrib Basic MySQL support. 10 years ago
doc * doc/dejagnu.texi (connprocs): Document new SSH procs. 10 years ago
lib * lib/ssh.exp: New. 10 years ago
testsuite * lib/utils.exp (which): Reimplement to more closely mimic the 10 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 Basic MySQL support. 10 years ago
ChangeLog-1992 Fix whitespace issues flagged by Emacs' whitespace-report. 15 years ago
INSTALL * texinfo.tex: Update to latest master version. 10 years ago
MAINTAINERS * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide. 17 years ago
Makefile.am * Makefile.am: Remove references to Docbook and friends. 10 years ago
Makefile.in * Makefile.am: Remove references to Docbook and friends. 10 years ago
NEWS * lib/ssh.exp: New. 10 years ago
README * README: Rewrite. 21 years ago
TODO * TODO: Add ideas produced from Cauldron 2013. 10 years ago
aclocal.m4 * aclocal.m4: Regenerate with Automake 1.14.1. 12 years ago
compile * Makefile.in: Regenerate with Automake 1.14.1. 12 years ago
config.guess * config.guess: Update to version 2016-04-02. 10 years ago
config.sub * config.guess: Update to version 2016-04-02. 10 years ago
configure * Makefile.am: Remove references to Docbook and friends. 10 years ago
configure.ac * Makefile.am: Remove references to Docbook and friends. 10 years ago
dejagnu.h * dejagnu.h (pass): Make function static as well as inline. 12 years ago
depcomp * depcomp, install-sh, missing: Update to latest versions. 12 years ago
install-sh * depcomp, install-sh, missing: Update to latest versions. 12 years ago
missing * depcomp, install-sh, missing: Update to latest versions. 12 years ago
runtest * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu 14 years ago
runtest.exp * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp, 10 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: Update to latest master version. 10 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".