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 78cbb206ae Update MAINTAINERS file 5 years ago
baseboards Add missing copyright and GPL notice to baseboards/msp430-sim.exp 5 years ago
commands * NEWS: Document report card. 7 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 Remove noise word "api" from "testsuite can call api" entrypoint 5 years ago
lib Remove noise word "api" from "testsuite can call api" entrypoint 5 years ago
testsuite Clean up tree in preparation for release branch 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 Update MAINTAINERS file 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 Clean up tree in preparation for release branch 5 years ago
Makefile.in Clean up tree in preparation for release branch 5 years ago
NEWS Remove noise word "api" from "testsuite can call api" entrypoint 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 * config.guess: Update to latest version. 7 years ago
config.sub * config.guess: Update to latest version. 7 years ago
configure Regenerate build system files 5 years ago
configure.ac Remove Tcl version check in configure 5 years ago
dejagnu * dejagnu: Avoid use of semicolon as sed(1) command separator. 7 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 * runtest: Use POSIX 'command', not 'type', to look for the Expect 8 years ago
runtest.exp Withdraw proposed --keep_going and --no_keep_going options 6 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".