Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch
[linux_from_scratch.git] / newxml / chapter05 / dejagnu.xml
blob9a526f2127d3d0f160c9db461425056f046a5af4
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3   <!ENTITY % general-entities SYSTEM "../general.ent">
4   %general-entities;
5 ]>
6 <sect1 id="ch-tools-dejagnu" xreflabel="DejaGnu">
7 <title>DejaGnu-&dejagnu-version;</title>
8 <?dbhtml filename="dejagnu.html"?>
10 <indexterm zone="ch-tools-dejagnu"><primary sortas="a-DejaGnu">DejaGnu</primary></indexterm>
12 <para>The DejaGnu package contains a framework for testing other programs.</para>
14 <screen>&buildtime; 0.1 SBU
15 &diskspace; 8.6 MB</screen>
17 <para>For its installation Dejagnu depends on: Bash, Binutils, Coreutils, Diffutils,
18 GCC, Glibc, Grep, Make, Sed.</para>
22 <sect2>
23 <title>Installation of DejaGnu</title>
25 <para>Prepare DejaGnu for compilation:</para>
27 <screen><userinput>./configure --prefix=/tools</userinput></screen>
29 <para>Build and install the package:</para>
31 <screen><userinput>make install</userinput></screen>
33 </sect2>
36 <sect2 id="contents-dejagnu"><title>Contents of DejaGnu</title>
38 <para><emphasis>Installed program</emphasis>: runtest</para>
40 </sect2>
43 <sect2><title>Short description</title>
45 <indexterm zone="ch-tools-dejagnu runtest"><primary sortas="b-runtest">runtest</primary></indexterm>
46 <para id="runtest"><command>runtest</command> is the wrapper script that finds the proper
47 expect shell and then runs DejaGnu.</para>
49 </sect2>
52 </sect1>