mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/dejagnu: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2728f759ae
commit
fb7df2c447
1 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
DejaGnu is a framework for testing other programs. Its purpose is to
|
||||
provide a single front end for all tests. Think of it as a custom library
|
||||
of Tcl procedures crafted to support writing a test harness. A test
|
||||
harness is the testing infrastructure that is created to support a
|
||||
specific program or tool. Each program can have multiple testsuites, all
|
||||
supported by a single test harness. DejaGnu is written in Expect, which in
|
||||
turn uses Tcl -- Tool command language.
|
||||
DejaGnu is a framework for testing other programs. Its purpose is
|
||||
to provide a single front end for all tests. Think of it as a custom
|
||||
library of Tcl procedures crafted to support writing a test harness. A
|
||||
test harness is the testing infrastructure that is created to support
|
||||
a specific program or tool. Each program can have multiple testsuites,
|
||||
all supported by a single test harness. DejaGnu is written in Expect,
|
||||
which in turn uses Tcl -- Tool command language.
|
||||
|
|
Loading…
Reference in a new issue