source: general/prog/dejagnu.xml@ 55d12bc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 55d12bc was 55d12bc, checked in by Randy McMurchy <randy@…>, 19 years ago

Added indexing tags to DejaGnu

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3358 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY dejagnu-download-http "http://freshmeat.net/redir/dejagnu/12564/url_tgz/dejagnu-&dejagnu-version;.tar.gz">
8 <!ENTITY dejagnu-download-ftp "ftp://ftp.gnu.org/pub/gnu/dejagnu/dejagnu-&dejagnu-version;.tar.gz">
9 <!ENTITY dejagnu-size "1.1 MB">
10 <!ENTITY dejagnu-buildsize "8.5 MB">
11 <!ENTITY dejagnu-time ".04 SBU">
12]>
13
14<sect1 id="dejagnu" xreflabel="DejaGnu-&dejagnu-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="dejagnu.html"?>
20<title>DejaGnu-&dejagnu-version;</title>
21<indexterm zone="dejagnu">
22<primary sortas="a-DejaGnu">DejaGnu</primary>
23</indexterm>
24
25<sect2>
26<title>Introduction to <application>DejaGnu</application></title>
27
28<para><application>DejaGnu</application> is a framework for running test suites
29on <acronym>GNU</acronym> tools. It is written in <command>expect</command>,
30which uses <application>Tcl</application> (Tool command language).</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing="compact">
34<listitem><para>Download (HTTP):
35<ulink url="&dejagnu-download-http;"/></para></listitem>
36<listitem><para>Download (FTP):
37<ulink url="&dejagnu-download-ftp;"/></para></listitem>
38<listitem><para>Download size: &dejagnu-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&dejagnu-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&dejagnu-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>DejaGnu</application> dependencies</title>
46<sect4><title>Required</title>
47<para><xref linkend="expect"/></para>
48</sect4>
49
50<sect4><title>Optional</title>
51<para><xref linkend="docbook-utils"/></para>
52</sect4>
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>DejaGnu</application></title>
59
60<para>Install <application>DejaGnu</application> by running the following
61commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
64make</command></userinput></screen>
65
66<para>Now, as the root user:</para>
67
68<screen><userinput role='root'><command>make install &amp;&amp;
69make install-doc</command></userinput></screen>
70
71</sect2>
72
73<sect2>
74<title>Contents</title>
75
76<segmentedlist>
77<segtitle>Installed Program</segtitle>
78<segtitle>Installed Scripts</segtitle>
79<segtitle>Installed Directory</segtitle>
80
81<seglistitem>
82<seg>runtest</seg>
83<seg>There are numerous <application>Expect</application> scripts installed in
84the <filename class='directory'>/usr/share/dejagnu</filename> hierarchy.</seg>
85<seg>/usr/share/dejagnu</seg>
86</seglistitem>
87</segmentedlist>
88
89<variablelist>
90<bridgehead renderas="sect3">Short Descriptions</bridgehead>
91<?dbfo list-presentation="list"?>
92
93<varlistentry id="runtest">
94<term><command>runtest</command></term>
95<listitem><para>is the <application>DejaGnu</application> test driver program.
96It is used to control what tests to run, and variations on how to run
97them.</para>
98<indexterm zone="dejagnu runtest">
99<primary sortas="b-runtest">runtest</primary>
100</indexterm></listitem>
101</varlistentry>
102</variablelist>
103
104</sect2>
105
106</sect1>
107
Note: See TracBrowser for help on using the repository browser.