Meta Configuration of Package dejagnu
27
1
<package name="dejagnu" project="SUSE:SLE-15:Update">
2
<title>Framework for Running Test Suites on Software Tools</title>
3
<description>DejaGnu is a framework for testing other programs. Its purpose is to
4
provide a single front-end for all tests. Beyond this, DejaGnu offers
5
several advantages for testing:
6
7
1. The flexibility and consistency of the DejaGnu framework make it
8
easy to write tests for any program.
9
10
1. DejaGnu provides a layer of abstraction that allows you to write
11
tests that are portable to any host or target where a program
12
must be tested. For instance, a test for GDB can run (from any
13
Unix-based host) on any target architecture that DejaGnu
14
supports.
15
16
1. All tests have the same output format. This makes it easy to
17
integrate testing into other software development processes.
18
DejaGnu's output is designed to be parsed by other filtering
19
scripts and it is also human-readable.
20
21
DejaGnu is written in expect, which in turn uses "Tcl"--Tool command
22
language.
23
24
Running tests requires two things: the testing framework and the test
25
suites themselves.</description>
26
</package>
27