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 865dc67cd4 Change summary totals emitted by dejagnu.h for consistency 3 years ago
baseboards Add missing copyright and GPL notice to baseboards/msp430-sim.exp 5 years ago
commands Add test mode for "dejagnu help" command 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 Add support for reporting errors and warnings in dejagnu.h 3 years ago
lib Add support for errors and warnings in the unit test protocol 3 years ago
testsuite Change summary totals emitted by dejagnu.h for consistency 3 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 Change summary totals emitted by dejagnu.h for consistency 3 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 tests for mixed C/C++ unit test library usage 3 years ago
Makefile.in Add tests for mixed C/C++ unit test library usage 3 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 build system 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 Merge fixes from 1.6.3 release branch 5 years ago
configure.ac Merge fixes from 1.6.3 release branch 5 years ago
dejagnu Fix error message in auxiliary launcher 5 years ago
dejagnu.h Change summary totals emitted by dejagnu.h for consistency 3 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 Reset error and warning counters before running each test file 4 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".