summaryrefslogtreecommitdiffstats
path: root/gnu/dejagnu/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/dejagnu/DETAILS')
-rwxr-xr-xgnu/dejagnu/DETAILS20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/dejagnu/DETAILS b/gnu/dejagnu/DETAILS
new file mode 100755
index 0000000000..28e428190b
--- /dev/null
+++ b/gnu/dejagnu/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=dejagnu
+ VERSION=1.6.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://ftp.gnu.org/pub/gnu/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:1a737132bd912cb527e7f2fcbe70ffff8ccc8604a0ffdecff87ba2a16aeeefd800f5792aeffdbe79be6daa35cedb1c60e41002ca4aabb5370a460028191b76c4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.gnu.org/software/dejagnu/"
+ LICENSE[0]=gpl
+ ENTERED=20210708
+ SHORT="framework for testing other programs"
+cat << EOF
+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.
+EOF