source: temp-tools/common/dejagnu.xml@ 54996cb

Last change on this file since 54996cb was e7732d7, checked in by Jim Gifford <clfs@…>, 19 years ago

r783@server (orig r781): jim | 2005-11-30 22:29:11 -0800

r840@server: jim | 2005-11-30 22:28:43 -0800
Text updates to temp-tools


  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[bf8c11f]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-temp-tools-dejagnu" role="wrap">
9 <?dbhtml filename="dejagnu.html"?>
10
11 <title>DejaGNU-&dejagnu-version;</title>
12
13 <indexterm zone="ch-temp-tools-dejagnu">
14 <primary sortas="a-DejaGNU">DejaGNU</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The DejaGNU package contains a framework for testing other
21 programs.</para>
22
23 <segmentedlist>
24 <segtitle>&dependencies;</segtitle>
25
26 <seglistitem>
27 <seg>Bash, Binutils, Coreutils, Diffutils,
28 GCC, Glibc, Grep, Make, and Sed</seg>
29 </seglistitem>
30 </segmentedlist>
31
32 </sect2>
33
34 <sect2 role="installation">
35 <title>Installation of DejaGNU</title>
36
[e7732d7]37 <para os="a">Prepare DejaGNU for compilation:</para>
[bf8c11f]38
[e7732d7]39<screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
[bf8c11f]40
[e7732d7]41 <para os="c">Build and install the package:</para>
[bf8c11f]42
[e7732d7]43<screen os="d"><userinput>make install</userinput></screen>
[bf8c11f]44
45 </sect2>
46
47 <sect2 id="contents-dejagnu" role="content">
48 <title>Contents of DejaGNU</title>
49
50 <segmentedlist>
51 <segtitle>Installed program</segtitle>
52
53 <seglistitem>
54 <seg>runtest</seg>
55 </seglistitem>
56 </segmentedlist>
57
58 <variablelist>
59 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
60 <?dbfo list-presentation="list"?>
61 <?dbhtml list-presentation="table"?>
62
63 <varlistentry id="runtest">
64 <term><command>runtest</command></term>
65 <listitem>
66 <para>A wrapper script that locates the proper
67 <command>expect</command> shell and then runs DejaGNU</para>
68 <indexterm zone="ch-temp-tools-dejagnu runtest">
69 <primary sortas="b-runtest">runtest</primary>
70 </indexterm>
71 </listitem>
72 </varlistentry>
73
74 </variablelist>
75
76 </sect2>
77
78</sect1>
Note: See TracBrowser for help on using the repository browser.