diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-20 16:38:42 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-20 16:38:42 +0000 |
commit | 67906555169af493bc63114cfd1a38667dda09f5 (patch) | |
tree | af81b6abdaf8d7430d21ea6b94ed4ba13f1f1e02 /chapter05/dejagnu.xml | |
parent | faf339809307b5793dbd1d5891e8270d26394037 (diff) |
Removed text in chapter 05 - first round.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4431 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/dejagnu.xml')
-rw-r--r-- | chapter05/dejagnu.xml | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index f9de3faf0..f9b589e10 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -10,7 +10,6 @@ <indexterm zone="ch-tools-dejagnu"><primary sortas="a-DejaGNU">DejaGNU</primary></indexterm> <sect2 role="package"><title/> -<para>The DejaGNU package contains a framework for testing other programs.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -18,11 +17,6 @@ <seglistitem><seg>0.1 SBU</seg><seg>8.6 MB</seg></seglistitem> </segmentedlist> -<segmentedlist> -<segtitle>DejaGNU installation depends on</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, Grep, Make, Sed</seg></seglistitem> -</segmentedlist> </sect2> <sect2 role="installation"> @@ -38,25 +32,9 @@ GCC, Glibc, Grep, Make, Sed</seg></seglistitem> </sect2> - <sect2 id="contents-dejagnu" role="content"><title>Contents of DejaGNU</title> -<segmentedlist> -<segtitle>Installed program</segtitle> -<seglistitem><seg>runtest</seg></seglistitem> -</segmentedlist> - -<variablelist><title>Short description</title> - -<varlistentry id="runtest"> -<term><command>runtest</command></term> -<listitem> -<indexterm zone="ch-tools-dejagnu runtest"><primary sortas="b-runtest">runtest</primary></indexterm> -<para>is the wrapper script that finds the proper -<command>expect</command> shell and then runs DejaGNU.</para> -</listitem> -</varlistentry> -</variablelist> +<para>See testing</para> </sect2> |