source: general/prog/dejagnu.xml@ 23460a6

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 23460a6 was 23460a6, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Chapter 12 packages

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

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