source: chapter05/dejagnu.xml@ 1375d26

Last change on this file since 1375d26 was 1375d26, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • (chapter05/*.xml) RELAX NG validation fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xml:id="ch-tools-dejagnu" xreflabel="DejaGNU" role="wrap">
8<title>DejaGNU-&dejagnu-version;</title>
9<?dbhtml filename="dejagnu.html"?>
10
11<indexterm zone="ch-tools-dejagnu"><primary sortas="a-DejaGNU">DejaGNU</primary></indexterm>
12
13<section role="package"><title/>
14<para>The DejaGNU package contains a framework for testing other programs.</para>
15
16<segmentedlist>
17<segtitle>&buildtime;</segtitle>
18<segtitle>&diskspace;</segtitle>
19<seglistitem><seg>0.1 SBU</seg><seg>8.6 MB</seg></seglistitem>
20</segmentedlist>
21
22<segmentedlist>
23<segtitle>DejaGNU installation depends on</segtitle>
24<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
25GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
26</segmentedlist>
27</section>
28
29<section role="installation">
30<title>Installation of DejaGNU</title>
31
32<para>Prepare DejaGNU for compilation:</para>
33
34<screen><userinput>./configure --prefix=/tools</userinput></screen>
35
36<para>Build and install the package:</para>
37
38<screen><userinput>make install</userinput></screen>
39
40</section>
41
42
43<section xml:id="contents-dejagnu" role="content">
44<title>Contents of DejaGNU</title>
45
46<segmentedlist>
47<segtitle>Installed program</segtitle>
48<seglistitem><seg>runtest</seg></seglistitem>
49</segmentedlist>
50
51<variablelist><title>Short description</title>
52
53<varlistentry xml:id="runtest">
54<term><command>runtest</command></term>
55<listitem>
56<indexterm zone="ch-tools-dejagnu runtest"><primary sortas="b-runtest">runtest</primary></indexterm>
57<para>is the wrapper script that finds the proper
58<command>expect</command> shell and then runs DejaGNU.</para>
59</listitem>
60</varlistentry>
61</variablelist>
62
63</section>
64
65
66</section>
Note: See TracBrowser for help on using the repository browser.