8.6.2. Contents of DejaGNU
              Installed program:
              runtest
            
          The DejaGnu package contains a framework for running test suites on GNU tools. It is written in expect, which itself uses Tcl (Tool Command Language).
Prepare DejaGNU for compilation:
./configure --prefix=/usr makeinfo --html --no-split -o doc/dejagnu.html doc/dejagnu.texi makeinfo --plaintext -o doc/dejagnu.txt doc/dejagnu.texi
Build and install the package:
make install
install -v -dm755  /usr/share/doc/dejagnu-1.6.2
install -v -m644   doc/dejagnu.{html,txt} /usr/share/doc/dejagnu-1.6.2
        To test the results, issue:
make check