diff options
Diffstat (limited to 'substvars')
-rw-r--r-- | substvars | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/substvars b/substvars new file mode 100644 index 0000000..4668490 --- /dev/null +++ b/substvars @@ -0,0 +1,9 @@ +Common-Description: + 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. |