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.
 
 
 
 
 
 
Jacob Bachmeyer fcd25d8438 Fix error message in auxiliary launcher 5 years ago
baseboards Add missing copyright and GPL notice to baseboards/msp430-sim.exp 5 years ago
commands Revise usage messages to better fit GNU conventions 5 years ago
config Support using QEMU in local/remote testing using default "unix" board 6 years ago
contrib Clean up tree in preparation for release branch 5 years ago
doc Update version numbers for 1.6.3 release candidate 4 5 years ago
lib Fix spurious UNRESOLVED result when size(1) is not in PATH 5 years ago
testsuite Change test for [which make] to [which sh] 5 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 Fix error message in auxiliary launcher 5 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 Update MAINTAINERS file 5 years ago
Makefile.am Add regression test for PR48155 5 years ago
Makefile.in Regenerate build system files 5 years ago
NEWS Remove automatic search for local Expect executable in DejaGnu testsuite 5 years ago
README * README (Documentation): Update. 8 years ago
TODO Add an item for grep -n. 7 years ago
aclocal.m4 Regenerate Autoconf-produced files 5 years ago
autogen.sh Add script to regenerate configure/build files. 6 years ago
compile * compile, depcomp, install-sh: Latest upstream versions. 8 years ago
config.guess Update config.guess with patched version for backwards compatibility 5 years ago
config.sub Update config.guess and config.sub 5 years ago
configure Regenerate build system files 5 years ago
configure.ac Update version numbers for 1.6.3 release candidate 4 5 years ago
dejagnu Fix error message in auxiliary launcher 5 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 updated 6 years ago
runtest Clean up another non-portable shell construct in runtest launcher 5 years ago
runtest.exp Tighten regexp pattern used for validating output of config.guess 5 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".