descriptionDejaGnu is a framework for testing other programs
homepage URLhttp://www.gnu.org/software/dejagnu/
repository URLgit://git.sv.gnu.org/dejagnu.git
ownerpasky@ucw.cz
last changeSun, 14 Apr 2024 00:36:47 +0000 (13 19:36 -0500)
last refreshSat, 11 May 2024 02:27:48 +0000 (11 04:27 +0200)
content tags
add:
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".
shortlog
2024-04-14 Jacob BachmeyerUpdate web site addresses in manualmaster
2023-12-14 Jacob BachmeyerUpdate ChangeLog after installing patches
2023-12-14 Maciej W. RozyckiHarmonise test execution reporting across protocols
2023-12-13 Maciej W. RozyckiUse `test_timeout' consistently across protocols
2023-12-13 Maciej W. RozyckiSet `testcase_timeout' earlier on in `gdb_comm_load'
2023-12-13 Maciej W. RozyckiDo not set `test_timeout' in `unix_load'
2023-11-23 Jacob BachmeyerDocument the grand totals reported by report-card tool
2023-11-08 Jacob BachmeyerFix tests that attempt to determine if target_alias...
2023-04-21 Jacob BachmeyerFix handling of lists given as command-line parameters
2023-04-21 Jacob BachmeyerChange argument lists in option tests to use braced...
2023-04-19 Jacob BachmeyerTighten --objdir option test
2022-12-21 Jacob BachmeyerChange summary totals emitted by dejagnu.h for consistency
2022-12-21 Jacob BachmeyerAdd support for reporting errors and warnings in dejagnu.h
2022-12-21 Jacob BachmeyerAdd support for errors and warnings in the unit test...
2022-12-21 Jacob BachmeyerAdd tests for result conversion after errors
2022-12-01 Jacob BachmeyerRename libdejagnu test driver
...
tags
2 years ago dejagnu-1.6.3-release Tag DejaGnu 1.6.3 release
5 years ago dejagnu-1.6.2-release Tag DejaGnu 1.6.2 release.
6 years ago dejagnu-1.6.1-release Tag DejaGnu 1.6.1 release.
8 years ago dejagnu-1.6-release Tag DejaGnu 1.6 release.
8 years ago linaro-pre-1.6-merge
9 years ago dejagnu-1.5.3-release Tag DejaGnu 1.5.3 release.
9 years ago dejagnu-1.5.2-release Tag DejaGnu 1.5.2 release.
11 years ago dejagnu-1.5.1-release Tag DejaGnu 1.5.1 release.
13 years ago dejagnu-1.5-release Tag DejaGnu 1.5 release.
unknown from-devo
unknown dejagnu-1.4.4-release
unknown dejagnu-1.4.3-release
unknown dejagnu-1.4.2-release
unknown dejagnu-1.4.1-release
heads
3 weeks ago master
2 years ago dejagnu-1.6.3
3 years ago farm
3 years ago psql
5 years ago dejagnu-1.6.2
6 years ago dejagnu-1.6.1
8 years ago dejagnu-1.6
9 years ago dejagnu-1.5.3
9 years ago dejagnu-1.5.2
11 years ago dejagnu-1.5
16 years ago dejagnu-1.4
16 years ago origin
23 years ago redhat