diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 21:02:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:00 +0700 |
commit | fb7df2c447512682547b6fbed5bf12d4a148407f (patch) | |
tree | 8631b75491d66d554072e324dba873ba4e144b44 /development/dejagnu | |
parent | 2728f759ae9dfcebab28f61d050a38e2af8aca39 (diff) |
development/dejagnu: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dejagnu')
-rw-r--r-- | development/dejagnu/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/development/dejagnu/README b/development/dejagnu/README index ace1e25a0933..0b0e55f86058 100644 --- a/development/dejagnu/README +++ b/development/dejagnu/README @@ -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. |