[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 | <!ENTITY % patches-entities SYSTEM "../../patches.ent">
|
---|
| 6 | %general-entities;
|
---|
| 7 | %patches-entities;
|
---|
| 8 | ]>
|
---|
| 9 |
|
---|
| 10 | <sect1 id="ch-temp-tools-dejagnu" role="wrap">
|
---|
| 11 | <?dbhtml filename="dejagnu.html"?>
|
---|
| 12 |
|
---|
| 13 | <title>DejaGNU-&dejagnu-version;</title>
|
---|
| 14 |
|
---|
| 15 | <indexterm zone="ch-temp-tools-dejagnu">
|
---|
| 16 | <primary sortas="a-DejaGNU">DejaGNU</primary>
|
---|
| 17 | </indexterm>
|
---|
| 18 |
|
---|
| 19 | <sect2 role="package">
|
---|
| 20 | <title/>
|
---|
| 21 |
|
---|
| 22 | <para>The DejaGNU package contains a framework for testing other
|
---|
| 23 | programs.</para>
|
---|
| 24 |
|
---|
| 25 | <segmentedlist>
|
---|
| 26 | <segtitle>&buildtime;</segtitle>
|
---|
| 27 | <segtitle>&diskspace;</segtitle>
|
---|
| 28 |
|
---|
| 29 | <seglistitem>
|
---|
| 30 | <seg>Not checked yet</seg>
|
---|
| 31 | <seg>Not checked yet</seg>
|
---|
| 32 | </seglistitem>
|
---|
| 33 | </segmentedlist>
|
---|
| 34 |
|
---|
| 35 | <segmentedlist>
|
---|
| 36 | <segtitle>&dependencies;</segtitle>
|
---|
| 37 |
|
---|
| 38 | <seglistitem>
|
---|
| 39 | <seg>Bash, Binutils, Coreutils, Diffutils,
|
---|
| 40 | GCC, Glibc, Grep, Make, and Sed</seg>
|
---|
| 41 | </seglistitem>
|
---|
| 42 | </segmentedlist>
|
---|
| 43 |
|
---|
| 44 | </sect2>
|
---|
| 45 |
|
---|
| 46 | <sect2 role="installation">
|
---|
| 47 | <title>Installation of DejaGNU</title>
|
---|
| 48 |
|
---|
| 49 | <para>Prepare DejaGNU for compilation:</para>
|
---|
| 50 |
|
---|
| 51 | <screen><userinput>./configure --prefix=/tools</userinput></screen>
|
---|
| 52 |
|
---|
| 53 | <para>Build and install the package:</para>
|
---|
| 54 |
|
---|
| 55 | <screen><userinput>make install</userinput></screen>
|
---|
| 56 |
|
---|
| 57 | </sect2>
|
---|
| 58 |
|
---|
| 59 | <sect2 id="contents-dejagnu" role="content">
|
---|
| 60 | <title>Contents of DejaGNU</title>
|
---|
| 61 |
|
---|
| 62 | <segmentedlist>
|
---|
| 63 | <segtitle>Installed program</segtitle>
|
---|
| 64 |
|
---|
| 65 | <seglistitem>
|
---|
| 66 | <seg>runtest</seg>
|
---|
| 67 | </seglistitem>
|
---|
| 68 | </segmentedlist>
|
---|
| 69 |
|
---|
| 70 | <variablelist>
|
---|
| 71 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 72 | <?dbfo list-presentation="list"?>
|
---|
| 73 | <?dbhtml list-presentation="table"?>
|
---|
| 74 |
|
---|
| 75 | <varlistentry id="runtest">
|
---|
| 76 | <term><command>runtest</command></term>
|
---|
| 77 | <listitem>
|
---|
| 78 | <para>A wrapper script that locates the proper
|
---|
| 79 | <command>expect</command> shell and then runs DejaGNU</para>
|
---|
| 80 | <indexterm zone="ch-temp-tools-dejagnu runtest">
|
---|
| 81 | <primary sortas="b-runtest">runtest</primary>
|
---|
| 82 | </indexterm>
|
---|
| 83 | </listitem>
|
---|
| 84 | </varlistentry>
|
---|
| 85 |
|
---|
| 86 | </variablelist>
|
---|
| 87 |
|
---|
| 88 | </sect2>
|
---|
| 89 |
|
---|
| 90 | </sect1>
|
---|