summaryrefslogtreecommitdiffstats
path: root/gnu/dejagnu/DETAILS
blob: 28e428190bc6e75defc6cce82ce9b1f092e6b586 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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