aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: bc03b0d715442a98cb276ea9f41a22ed6d663a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: dejagnu
Section: devel
Priority: optional
Maintainer: Rob Savoye <welcomehome.org>
Standards-Version: 2.5.0.0

Package: dejagnu
Architecture: all
Depends: expect, dpkg (>=1.2.1)
Description: 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.
 .
 DejaGnu provides a layer of abstraction which allows you to write
 tests that are portable to any host or target where a program must
 be tested.  All tests have the same output format.
 .
 DejaGnu is written in `expect', which in turn uses "Tcl"--Tool
 command language.