source: general/prog/dejagnu.xml@ 8aeb474

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 8aeb474 was a61cf51, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Add info on verifying MIT Kerberos signing key.
Update instructions for library mode.

Tag dejagnu for 7.2.

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

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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-http " ">
9 <!ENTITY dejagnu-download-ftp "ftp://ftp.gnu.org/pub/gnu/dejagnu/dejagnu-&dejagnu-version;.tar.gz">
10 <!ENTITY dejagnu-md5sum "3df1cbca885e751e22d3ebd1ac64dc3c">
11 <!ENTITY dejagnu-size "568 KB">
12 <!ENTITY dejagnu-buildsize "4.5 MB">
13 <!ENTITY dejagnu-time "less than 0.1 SBU">
14]>
15
16<sect1 id="dejagnu" xreflabel="DejaGnu-&dejagnu-version;">
17 <?dbhtml filename="dejagnu.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>DejaGnu-&dejagnu-version;</title>
25
26 <indexterm zone="dejagnu">
27 <primary sortas="a-DejaGnu">DejaGnu</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to DejaGnu</title>
32
33 <para><application>DejaGnu</application> is a framework for running test
34 suites on GNU tools. It is written in <command>expect</command>, which
35 uses <application>Tcl</application> (Tool command language). It was installed
36 by LFS in the temprary /tools directory. These instructions install it
37 permanently.</para>
38
39 &lfs72_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&dejagnu-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&dejagnu-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &dejagnu-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &dejagnu-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &dejagnu-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &dejagnu-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">DejaGnu Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required (Run-time Only)</bridgehead>
66 <para role="required"><xref linkend="expect"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="docbook-utils"/></para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/dejagnu"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of DejaGnu</title>
78
79 <para>Install <application>DejaGnu</application> by running the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=/usr</userinput></screen>
83
84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
85
86<screen role="root"><userinput>make install</userinput></screen>
87
88 <para>To test the installation, issue <command>make check</command> as
89 an unprivileged user.</para>
90
91 </sect2>
92
93 <sect2 role="content">
94 <title>Contents</title>
95
96 <segmentedlist>
97 <segtitle>Installed Program</segtitle>
98 <segtitle>Installed Libraries</segtitle>
99 <segtitle>Installed Scripts</segtitle>
100 <segtitle>Installed Directory</segtitle>
101
102 <seglistitem>
103 <seg>runtest</seg>
104 <seg>None</seg>
105 <seg>There are numerous <application>Expect</application> scripts installed in
106 the <filename class='directory'>/usr/share/dejagnu</filename> hierarchy.</seg>
107 <seg>/usr/share/dejagnu</seg>
108 </seglistitem>
109 </segmentedlist>
110
111 <variablelist>
112 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
113 <?dbfo list-presentation="list"?>
114 <?dbhtml list-presentation="table"?>
115
116 <varlistentry id="runtest">
117 <term><command>runtest</command></term>
118 <listitem>
119 <para>is the <application>DejaGnu</application> test driver program. It is
120 used to control what tests to run, and variations on how to run them.</para>
121 <indexterm zone="dejagnu runtest">
122 <primary sortas="b-runtest">runtest</primary>
123 </indexterm>
124 </listitem>
125 </varlistentry>
126
127 </variablelist>
128
129 </sect2>
130
131</sect1>
Note: See TracBrowser for help on using the repository browser.