You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 758cc7a117
development/dejagnu: Fix slack-desc.
9 years ago
..
README development/dejagnu: Added (framework for testing programs) 15 years ago
dejagnu.SlackBuild various: Update find command to match template. 12 years ago
dejagnu.info development/dejagnu: Fixed download link. 12 years ago
slack-desc development/dejagnu: Fix slack-desc. 9 years ago

README

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.