• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

baseboards/H17-Jun-2021-3,6311,226

commands/H17-Jun-2021-341193

config/H03-May-2022-2,4191,800

contrib/H17-Jun-2021-744461

doc/H17-Jun-2021-25,50221,670

lib/H17-Jun-2021-8,0985,724

testsuite/H17-Jun-2021-5,7274,376

AUTHORSH A D21-Dec-2018161 64

COPYINGH A D21-Dec-201834.3 KiB675553

ChangeLogH A D17-Jun-2021150.1 KiB4,7283,255

ChangeLog-1992H A D21-Dec-2018211.1 KiB6,0214,137

INSTALLH A D21-Dec-201815.4 KiB369287

MAINTAINERSH A D22-Mar-2021100 53

Makefile.amH A D23-May-20217.4 KiB244195

Makefile.inH A D23-May-202154.5 KiB1,5751,417

NEWSH A D15-Apr-20218.3 KiB178153

READMEH A D21-Dec-20181.6 KiB4935

TODOH A D21-Dec-20187.8 KiB154129

aclocal.m4H A D23-May-202142.8 KiB1,1891,080

compileH A D21-Dec-20187.2 KiB349259

config.guessH A D22-May-202148.3 KiB1,7531,525

config.subH A D22-Mar-202133.6 KiB1,8611,683

configureH A D17-Jun-2021154.5 KiB5,3164,371

configure.acH A D17-Jun-20211.4 KiB4740

dejagnuH A D23-May-202112.7 KiB497360

dejagnu.hH A D21-Dec-20185.7 KiB280214

depcompH A D21-Dec-201823 KiB792502

install-shH A D21-Dec-201815 KiB519337

mdate-shH A D21-Dec-20186 KiB229119

missingH A D12-Jul-20206.7 KiB216143

runtestH A D15-Apr-20214.5 KiB16485

runtest.expH A D17-Jun-202156.1 KiB2,0691,429

stub-loader.cH A D21-Dec-201885 85

testglue.cH A D21-Dec-20183.4 KiB185150

README

1Introduction
2------------
3
4Welcome to DejaGnu!
5
6DejaGnu is a framework for testing other programs. Its purpose is to
7provide a single front-end for all tests.  Beyond this, DejaGnu offers
8several advantages for testing:
9
10    * The flexibility and consistency of the DejaGnu framework make it
11      easy to write tests for any program.
12
13    * DejaGnu provides a layer of abstraction which makes all tests
14      portable to any host or target where a program must be tested.
15      For instance, a test for GDB can run (from any UNIX based host)
16      on any target architecture supported by DejaGnu.  DejaGnu has
17      run tests on several single board computers, whose operating
18      software ranges from a boot monitor to a fully-fledged,
19      UNIX-like realtime OS.
20
21    * DejaGnu is written in Expect, which in turn uses Tcl (Tool
22      command language).  The framework comprises two parts: the
23      testing framework and the testsuites themselves.  Tests are
24      usually written in Tcl and distributed with the programs, not
25      with DejaGnu.
26
27Installation
28------------
29
30For detailed instructions on installing DejaGnu, see the INSTALL file.
31
32Reporting bugs
33--------------
34
35If you think you have found a bug in DejaGnu, then please send a bug
36report.  Guidelines for reporting bugs can be found at:
37
38    http://www.gnu.org/software/dejagnu/#bug
39
40Documentation
41-------------
42
43The DejaGnu documentation is written in Texinfo. HTML and PDF versions
44of the current user manual are kept at:
45
46    http://www.gnu.org/software/dejagnu/#documentation
47
48GNU Info documentation is installed as part of the installation
49process.  You can read this by typing "info dejagnu".