Contents
/usr/share/dejagnu
hierarchy.
DejaGnu is a framework for running test suites on GNU tools. It is written in expect, which uses Tcl (Tool command language).
Download (HTTP): http://freshmeat.net/redir/dejagnu/12564/url_tgz/dejagnu-1.4.4.tar.gz
Download (FTP): ftp://ftp.gnu.org/pub/gnu/dejagnu/dejagnu-1.4.4.tar.gz
Download MD5 sum: 053f18fd5d00873de365413cab17a666
Download size: 1.08 MB
Estimated disk space required: 8.5 MB
Estimated build time: .04 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/dejagnu
Install DejaGnu by running the following commands:
./configure --prefix=/usr && make
Now, as the root
user:
make install && make install-doc
To test the installation, issue make check as an unprivileged user.
/usr/share/dejagnu
hierarchy.
Last updated on 2007-04-04 14:42:53 -0500