[3f8be484] | 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 |
|
---|
[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 | <segmentedlist>
|
---|
| 24 | <segtitle>&dependencies;</segtitle>
|
---|
| 25 |
|
---|
| 26 | <seglistitem>
|
---|
[e3a1e522] | 27 | <seg>Bash, Binutils, Coreutils, Diffutils, Expect,
|
---|
| 28 | GCC, Glibc, Grep, Make, Sed, and Tcl</seg>
|
---|
[3f8be484] | 29 | </seglistitem>
|
---|
| 30 | </segmentedlist>
|
---|
| 31 |
|
---|
| 32 | </sect2>
|
---|
| 33 |
|
---|
| 34 | <sect2 role="installation">
|
---|
| 35 | <title>Installation of DejaGNU</title>
|
---|
| 36 |
|
---|
[aa3ee8b] | 37 | <para os="a">Prepare DejaGNU for compilation:</para>
|
---|
[3f8be484] | 38 |
|
---|
[aa3ee8b] | 39 | <screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
|
---|
[3f8be484] | 40 |
|
---|
[aa3ee8b] | 41 | <para os="c">Build and install the package:</para>
|
---|
[3f8be484] | 42 |
|
---|
[aa3ee8b] | 43 | <screen os="d"><userinput>make install</userinput></screen>
|
---|
[3f8be484] | 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>
|
---|
[134ba96] | 68 | <indexterm zone="ch-testsuite-tools-dejagnu runtest">
|
---|
[3f8be484] | 69 | <primary sortas="b-runtest">runtest</primary>
|
---|
| 70 | </indexterm>
|
---|
| 71 | </listitem>
|
---|
| 72 | </varlistentry>
|
---|
| 73 |
|
---|
| 74 | </variablelist>
|
---|
| 75 |
|
---|
| 76 | </sect2>
|
---|
| 77 |
|
---|
| 78 | </sect1>
|
---|