[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 |
|
---|
[5be6331] | 8 | <sect1 id="ch-testsuite-tools-dejagnu" role="wrap">
|
---|
[bf8c11f] | 9 | <?dbhtml filename="dejagnu.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>DejaGNU-&dejagnu-version;</title>
|
---|
| 12 |
|
---|
[5be6331] | 13 | <indexterm zone="ch-testsuite-tools-dejagnu">
|
---|
[bf8c11f] | 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 |
|
---|
[e7732d7] | 28 | <para os="a">Prepare DejaGNU for compilation:</para>
|
---|
[bf8c11f] | 29 |
|
---|
[e7732d7] | 30 | <screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
|
---|
[bf8c11f] | 31 |
|
---|
[e7732d7] | 32 | <para os="c">Build and install the package:</para>
|
---|
[bf8c11f] | 33 |
|
---|
[e7732d7] | 34 | <screen os="d"><userinput>make install</userinput></screen>
|
---|
[bf8c11f] | 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>
|
---|
[5be6331] | 59 | <indexterm zone="ch-testsuite-tools-dejagnu runtest">
|
---|
[bf8c11f] | 60 | <primary sortas="b-runtest">runtest</primary>
|
---|
| 61 | </indexterm>
|
---|
| 62 | </listitem>
|
---|
| 63 | </varlistentry>
|
---|
| 64 |
|
---|
| 65 | </variablelist>
|
---|
| 66 |
|
---|
| 67 | </sect2>
|
---|
| 68 |
|
---|
| 69 | </sect1>
|
---|