diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
commit | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch) | |
tree | 129e27a1450727b440da4378e0117a468eb9c25e /chapter05/dejagnu.xml | |
parent | 287ea55da70ceb1f0990554b7db921d525fef816 (diff) |
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/dejagnu.xml')
-rw-r--r-- | chapter05/dejagnu.xml | 40 |
1 files changed, 30 insertions, 10 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index 31d4b7ab6..9a526f212 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -1,16 +1,23 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> <sect1 id="ch-tools-dejagnu" xreflabel="DejaGnu"> -<title>Installing DejaGnu-&dejagnu-version;</title> -<?dbhtml filename="dejagnu.html" dir="chapter05"?> +<title>DejaGnu-&dejagnu-version;</title> +<?dbhtml filename="dejagnu.html"?> + +<indexterm zone="ch-tools-dejagnu"><primary sortas="a-DejaGnu">DejaGnu</primary></indexterm> <para>The DejaGnu package contains a framework for testing other programs.</para> -<screen>&buildtime; &dejagnu-time-tools; -&diskspace; &dejagnu-compsize-tools;</screen> +<screen>&buildtime; 0.1 SBU +&diskspace; 8.6 MB</screen> + +<para>For its installation Dejagnu depends on: Bash, Binutils, Coreutils, Diffutils, +GCC, Glibc, Grep, Make, Sed.</para> -&aa-dejagnu-down; -&aa-dejagnu-dep; -<sect2><title> </title><para> </para></sect2> <sect2> <title>Installation of DejaGnu</title> @@ -25,8 +32,21 @@ </sect2> -&aa-dejagnu-shortdesc; -&aa-dejagnu-desc; -</sect1> +<sect2 id="contents-dejagnu"><title>Contents of DejaGnu</title> + +<para><emphasis>Installed program</emphasis>: runtest</para> + +</sect2> + +<sect2><title>Short description</title> + +<indexterm zone="ch-tools-dejagnu runtest"><primary sortas="b-runtest">runtest</primary></indexterm> +<para id="runtest"><command>runtest</command> is the wrapper script that finds the proper +expect shell and then runs DejaGnu.</para> + +</sect2> + + +</sect1> |