source: archive/dejagnu.xml@ 22c6402

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 22c6402 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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