source: BOOK/testsuite-tools/common/dejagnu.xml@ 9cdb9bf

clfs-3.0.0-sysvinit sysvinit
Last change on this file since 9cdb9bf was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated trunk book sources to use DocBook-XML DTD 4.5.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-testsuite-tools-dejagnu" role="wrap">
9 <?dbhtml filename="dejagnu.html"?>
10
11 <title>DejaGNU-&dejagnu-version;</title>
12
13 <indexterm zone="ch-testsuite-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 </sect2>
24
25 <sect2 role="installation">
26 <title>Installation of DejaGNU</title>
27
28 <para os="a">Prepare DejaGNU for compilation:</para>
29
30<screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
31
32 <para os="c">Build and install the package:</para>
33
34<screen os="d"><userinput>make install</userinput></screen>
35
36 </sect2>
37
38 <sect2 id="contents-dejagnu" role="content">
39 <title>Contents of DejaGNU</title>
40
41 <segmentedlist>
42 <segtitle>Installed program</segtitle>
43
44 <seglistitem>
45 <seg>runtest</seg>
46 </seglistitem>
47 </segmentedlist>
48
49 <variablelist>
50 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
51 <?dbfo list-presentation="list"?>
52 <?dbhtml list-presentation="table"?>
53
54 <varlistentry id="runtest">
55 <term><command>runtest</command></term>
56 <listitem>
57 <para>A wrapper script that locates the proper
58 <command>expect</command> shell and then runs DejaGNU</para>
59 <indexterm zone="ch-testsuite-tools-dejagnu runtest">
60 <primary sortas="b-runtest">runtest</primary>
61 </indexterm>
62 </listitem>
63 </varlistentry>
64
65 </variablelist>
66
67 </sect2>
68
69</sect1>
Note: See TracBrowser for help on using the repository browser.