2004-05-03 11:59:46 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-03-21 18:42:58 +00:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-05-03 11:59:46 +01:00
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
2006-01-17 20:43:10 +00:00
|
|
|
|
2005-02-19 22:16:42 +00:00
|
|
|
<sect1 id="ch-tools-dejagnu" role="wrap">
|
2006-01-17 20:43:10 +00:00
|
|
|
<?dbhtml filename="dejagnu.html"?>
|
|
|
|
|
2007-09-07 20:16:43 +01:00
|
|
|
<sect1info condition="script">
|
|
|
|
<productname>dejagnu</productname>
|
|
|
|
<productnumber>&dejagnu-version;</productnumber>
|
|
|
|
<address>&dejagnu-url;</address>
|
|
|
|
</sect1info>
|
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
<title>DejaGNU-&dejagnu-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="ch-tools-dejagnu">
|
|
|
|
<primary sortas="a-DejaGNU">DejaGNU</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title/>
|
|
|
|
|
|
|
|
<para>The DejaGNU package contains a framework for testing other
|
|
|
|
programs.</para>
|
2004-05-03 11:59:46 +01:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>&buildtime;</segtitle>
|
|
|
|
<segtitle>&diskspace;</segtitle>
|
2003-05-02 19:20:20 +01:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
<seglistitem>
|
2006-05-14 21:16:56 +01:00
|
|
|
<seg>&dejagnu-ch5-sbu;</seg>
|
|
|
|
<seg>&dejagnu-ch5-du;</seg>
|
2006-01-17 20:43:10 +00:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2004-01-12 23:23:50 +00:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
</sect2>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of DejaGNU</title>
|
|
|
|
|
|
|
|
<para>Prepare DejaGNU for compilation:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2007-09-18 22:11:00 +01:00
|
|
|
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
<para>Build and install the package:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2007-09-18 22:11:00 +01:00
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2009-03-11 22:12:36 +00:00
|
|
|
<para>To test the results, issue:</para>
|
|
|
|
|
|
|
|
<screen><userinput remap="test">make check</userinput></screen>
|
2005-12-07 20:46:14 +00:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
</sect2>
|
2003-05-02 19:20:20 +01:00
|
|
|
|
2005-02-19 22:16:42 +00:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
<sect2 id="contents-dejagnu" role="content">
|
|
|
|
<title>Contents of DejaGNU</title>
|
2004-05-03 11:59:46 +01:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed program</segtitle>
|
2004-05-03 11:59:46 +01:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
<seglistitem>
|
|
|
|
<seg>runtest</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2005-02-19 22:16:42 +00:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
2004-05-03 11:59:46 +01:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
<varlistentry id="runtest">
|
|
|
|
<term><command>runtest</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>A wrapper script that locates the proper
|
|
|
|
<command>expect</command> shell and then runs DejaGNU</para>
|
|
|
|
<indexterm zone="ch-tools-dejagnu runtest">
|
|
|
|
<primary sortas="b-runtest">runtest</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2004-05-03 11:59:46 +01:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
</variablelist>
|
2005-02-19 22:16:42 +00:00
|
|
|
|
2006-01-17 20:43:10 +00:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|