[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3f8be484] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
[134ba96] | 8 | <sect1 id="ch-testsuite-tools-dejagnu" role="wrap">
|
---|
[3f8be484] | 9 | <?dbhtml filename="dejagnu.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>DejaGNU-&dejagnu-version;</title>
|
---|
| 12 |
|
---|
[134ba96] | 13 | <indexterm zone="ch-testsuite-tools-dejagnu">
|
---|
[3f8be484] | 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 |
|
---|
[aa3ee8b] | 28 | <para os="a">Prepare DejaGNU for compilation:</para>
|
---|
[3f8be484] | 29 |
|
---|
[c01bd946] | 30 | <screen os="b"><userinput>./configure \
|
---|
| 31 | --prefix=/tools</userinput></screen>
|
---|
[3f8be484] | 32 |
|
---|
[aa3ee8b] | 33 | <para os="c">Build and install the package:</para>
|
---|
[3f8be484] | 34 |
|
---|
[aa3ee8b] | 35 | <screen os="d"><userinput>make install</userinput></screen>
|
---|
[3f8be484] | 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>
|
---|
[134ba96] | 60 | <indexterm zone="ch-testsuite-tools-dejagnu runtest">
|
---|
[3f8be484] | 61 | <primary sortas="b-runtest">runtest</primary>
|
---|
| 62 | </indexterm>
|
---|
| 63 | </listitem>
|
---|
| 64 | </varlistentry>
|
---|
| 65 |
|
---|
| 66 | </variablelist>
|
---|
| 67 |
|
---|
| 68 | </sect2>
|
---|
| 69 |
|
---|
| 70 | </sect1>
|
---|