source: BOOK/temp-tools/common/dejagnu.xml @ 6aad380

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 6aad380 was 6aad380, checked in by Jim Gifford <clfs@…>, 18 years ago

r677@server (orig r675): manuel | 2005-11-10 03:13:57 -0800
Including patches.ent from general.ent

  • Property mode set to 100644
File size: 2.0 KB
Line 
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
37    <para>Prepare DejaGNU for compilation:</para>
38
39<screen><userinput>./configure --prefix=/tools</userinput></screen>
40
41    <para>Build and install the package:</para>
42
43<screen><userinput>make install</userinput></screen>
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.