source: archive/dejagnu.xml@ c339779

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c339779 was f4002c5, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Archive expect, dejagnu, and tcl which are now included in LFS.

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

  • Property mode set to 100644
File size: 4.8 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 "&gnu-http;/dejagnu/dejagnu-&dejagnu-version;.tar.gz">
8 <!ENTITY dejagnu-download-ftp "&gnu-ftp;/dejagnu/dejagnu-&dejagnu-version;.tar.gz">
9 <!ENTITY dejagnu-md5sum "e1b07516533f351b3aba3423fafeffd6">
10 <!ENTITY dejagnu-size "516 KB">
11 <!ENTITY dejagnu-buildsize "3.4 MB (with tests)">
12 <!ENTITY dejagnu-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="dejagnu" xreflabel="DejaGnu-&dejagnu-version;">
16 <?dbhtml filename="dejagnu.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>DejaGnu-&dejagnu-version;</title>
24
25 <indexterm zone="dejagnu">
26 <primary sortas="a-DejaGnu">DejaGnu</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to DejaGnu</title>
31
32 <para>
33 <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 temporary <filename class="directory">/tools</filename>
37 directory. These instructions install it permanently.
38 </para>
39
40 &lfs91_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&dejagnu-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&dejagnu-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &dejagnu-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &dejagnu-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &dejagnu-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &dejagnu-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">DejaGnu Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="expect"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="docbook-utils"/> and
86 <ulink url="http://sourceforge.net/projects/docbook2x/">docbook2X</ulink>
87 (both looked for by the <command>configure</command> script but not used
88 in the build)
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/dejagnu"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of DejaGnu</title>
98
99 <para>
100 Install <application>DejaGnu</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr &amp;&amp;
105makeinfo --html --no-split -o doc/dejagnu.html doc/dejagnu.texi &amp;&amp;
106makeinfo --plaintext -o doc/dejagnu.txt doc/dejagnu.texi</userinput></screen>
107
108 <para>
109 To test the results, issue <command>make check</command>.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install &amp;&amp;
117install -v -dm755 /usr/share/doc/dejagnu-&dejagnu-version; &amp;&amp;
118install -v -m644 doc/dejagnu.{html,txt} \
119 /usr/share/doc/dejagnu-&dejagnu-version;</userinput></screen>
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Program</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directory</segtitle>
129
130 <seglistitem>
131 <seg>
132 runtest
133 </seg>
134 <seg>
135 None
136 </seg>
137 <seg>
138 /usr/share/dejagnu
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="runtest">
149 <term><command>runtest</command></term>
150 <listitem>
151 <para>
152 is the <application>DejaGnu</application> test driver program. It is
153 used to control what tests to run, and variations on how to run them.
154 </para>
155 <indexterm zone="dejagnu runtest">
156 <primary sortas="b-runtest">runtest</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.