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.

49 lines
1.6 KiB

Introduction
------------
26 years ago
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:
26 years ago
* The flexibility and consistency of the DejaGnu framework make it
easy to write tests for any program.
26 years ago
* 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.
26 years ago
* 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.
26 years ago
Installation
------------
26 years ago
For detailed instructions on installing DejaGnu, see the INSTALL file.
26 years ago
Reporting bugs
--------------
26 years ago
If you think you have found a bug in DejaGnu, then please send a bug
report. Guidelines for reporting bugs can be found at:
26 years ago
http://www.gnu.org/software/dejagnu/#bug
26 years ago
Documentation
-------------
26 years ago
The DejaGnu documentation is written in Texinfo. HTML and PDF versions
of the current user manual are kept at:
26 years ago
http://www.gnu.org/software/dejagnu/#documentation
26 years ago
GNU Info documentation is installed as part of the installation
process. You can read this by typing "info dejagnu".