Framework for Running Test Suites on Software Tools
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:
1. The flexibility and consistency of the DejaGnu framework make it
easy to write tests for any program.
1. DejaGnu provides a layer of abstraction that allows you to write
tests that are 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 that DejaGnu
supports.
1. All tests have the same output format. This makes it easy to
integrate testing into other software development processes.
DejaGnu's output is designed to be parsed by other filtering
scripts and it is also human-readable.
DejaGnu is written in expect, which in turn uses "Tcl"--Tool command
language.
Running tests requires two things: the testing framework and the test
suites themselves.
- Developed at devel:tools
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/dejagnu && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
dejagnu-1.5.2.tar.gz | 0000596839 583 KB | |
dejagnu.changes | 0000008046 7.86 KB | |
dejagnu.spec | 0000002984 2.91 KB | |
site.exp | 0000000723 723 Bytes |
Revision 22 (latest revision is 30)
- Update to dejagnu 1.5.2 * New boards and bugfixes (forwarded request 285067 from Andreas_Schwab)
Comments 0