mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
45ab6c70c2
Remove "$LastChanged$" everywhere, and also some unused $Date$
165 lines
4.8 KiB
XML
165 lines
4.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY dejagnu-download-http "&gnu-http;/dejagnu/dejagnu-&dejagnu-version;.tar.gz">
|
|
<!ENTITY dejagnu-download-ftp "&gnu-ftp;/dejagnu/dejagnu-&dejagnu-version;.tar.gz">
|
|
<!ENTITY dejagnu-md5sum "e1b07516533f351b3aba3423fafeffd6">
|
|
<!ENTITY dejagnu-size "516 KB">
|
|
<!ENTITY dejagnu-buildsize "3.4 MB (with tests)">
|
|
<!ENTITY dejagnu-time "less than 0.1 SBU (with tests)">
|
|
]>
|
|
|
|
<sect1 id="dejagnu" xreflabel="DejaGnu-&dejagnu-version;">
|
|
<?dbhtml filename="dejagnu.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>DejaGnu-&dejagnu-version;</title>
|
|
|
|
<indexterm zone="dejagnu">
|
|
<primary sortas="a-DejaGnu">DejaGnu</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to DejaGnu</title>
|
|
|
|
<para>
|
|
<application>DejaGnu</application> is a framework for running test
|
|
suites on GNU tools. It is written in <command>expect</command>, which
|
|
uses <application>Tcl</application> (Tool command language). It was installed
|
|
by LFS in the temporary <filename class="directory">/tools</filename>
|
|
directory. These instructions install it permanently.
|
|
</para>
|
|
|
|
&lfs91_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&dejagnu-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&dejagnu-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &dejagnu-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &dejagnu-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &dejagnu-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &dejagnu-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">DejaGnu Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="expect"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="docbook-utils"/> and
|
|
<ulink url="http://sourceforge.net/projects/docbook2x/">docbook2X</ulink>
|
|
(both looked for by the <command>configure</command> script but not used
|
|
in the build)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/dejagnu"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of DejaGnu</title>
|
|
|
|
<para>
|
|
Install <application>DejaGnu</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
makeinfo --html --no-split -o doc/dejagnu.html doc/dejagnu.texi &&
|
|
makeinfo --plaintext -o doc/dejagnu.txt doc/dejagnu.texi</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue <command>make check</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
install -v -dm755 /usr/share/doc/dejagnu-&dejagnu-version; &&
|
|
install -v -m644 doc/dejagnu.{html,txt} \
|
|
/usr/share/doc/dejagnu-&dejagnu-version;</userinput></screen>
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
runtest
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/share/dejagnu
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="runtest">
|
|
<term><command>runtest</command></term>
|
|
<listitem>
|
|
<para>
|
|
is the <application>DejaGnu</application> test driver program. It is
|
|
used to control what tests to run, and variations on how to run them.
|
|
</para>
|
|
<indexterm zone="dejagnu runtest">
|
|
<primary sortas="b-runtest">runtest</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|