diff options
author | Andres Fuentes <rafu@riseup.net> | 2010-12-09 22:28:54 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-12 15:47:14 -0600 |
commit | 13b19c3ff3f5fcfa071909cb2bd68a2b0092f6c1 (patch) | |
tree | 29412bb5ba1caf77e9b473800478791bffaee3a2 /development/dejagnu/README | |
parent | d924ba8371c3ca7f9222340c66a2a14273ab22f6 (diff) | |
download | slackbuilds-13b19c3ff3f5fcfa071909cb2bd68a2b0092f6c1.tar.gz |
development/dejagnu: Added (framework for testing programs)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/dejagnu/README')
-rw-r--r-- | development/dejagnu/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/dejagnu/README b/development/dejagnu/README new file mode 100644 index 0000000000..ace1e25a09 --- /dev/null +++ b/development/dejagnu/README @@ -0,0 +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. |