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 \
|
---|
31 | --prefix=/tools</userinput></screen>
|
---|
32 |
|
---|
33 | <para os="c">Build and install the package:</para>
|
---|
34 |
|
---|
35 | <screen os="d"><userinput>make install</userinput></screen>
|
---|
36 |
|
---|
37 | </sect2>
|
---|
38 |
|
---|
39 | <sect2 id="contents-dejagnu" role="content">
|
---|
40 | <title>Contents of DejaGNU</title>
|
---|
41 |
|
---|
42 | <segmentedlist>
|
---|
43 | <segtitle>Installed program</segtitle>
|
---|
44 |
|
---|
45 | <seglistitem>
|
---|
46 | <seg>runtest</seg>
|
---|
47 | </seglistitem>
|
---|
48 | </segmentedlist>
|
---|
49 |
|
---|
50 | <variablelist>
|
---|
51 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
52 | <?dbfo list-presentation="list"?>
|
---|
53 | <?dbhtml list-presentation="table"?>
|
---|
54 |
|
---|
55 | <varlistentry id="runtest">
|
---|
56 | <term><command>runtest</command></term>
|
---|
57 | <listitem>
|
---|
58 | <para>A wrapper script that locates the proper
|
---|
59 | <command>expect</command> shell and then runs DejaGNU</para>
|
---|
60 | <indexterm zone="ch-testsuite-tools-dejagnu runtest">
|
---|
61 | <primary sortas="b-runtest">runtest</primary>
|
---|
62 | </indexterm>
|
---|
63 | </listitem>
|
---|
64 | </varlistentry>
|
---|
65 |
|
---|
66 | </variablelist>
|
---|
67 |
|
---|
68 | </sect2>
|
---|
69 |
|
---|
70 | </sect1>
|
---|