Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / dejagnu / DESCR
1   DejaGnu is a framework for testing other programs. Its purpose is to
2 provide a single front end for all tests.  Beyond this, DejaGnu offers
3 several advantages for testing:
4
5         - The flexibility and consistency of the DejaGnu framework
6           make it easy to write tests for any program.
7
8         - DejaGnu provides a layer of abstraction which makes all
9           tests (if correctly written) portable to any host or target
10           where a program must be tested.  For instance, a test for
11           GDB can run (from any Unix based host) on any target
12           architecture supported by DejaGnu. Currently DejaGnu runs
13           tests on several single board computers, whose operating
14           software ranges from just a boot monitor to a full-fledged,
15           Unix-like realtime OS.
16
17         - DejaGnu is written in expect, which in turn uses Tcl
18           (Tool command language).  The framework comprises two parts:
19           the testing framework and the testsuites themselves. Tests
20           are usually written in expect using Tcl.
21
22   Bugs can be reported to bug-dejagnu@gnu.org.