source: chapter05/dejagnu.xml@ 88ec930

multilib-10.1
Last change on this file since 88ec930 was 88ec930, checked in by Thomas Trepl <thomas@…>, 4 years ago

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.4 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
8<sect1 id="ch-tools-dejagnu" role="wrap">
9 <?dbhtml filename="dejagnu.html"?>
10
11 <sect1info condition="script">
12 <productname>dejagnu</productname>
13 <productnumber>&dejagnu-version;</productnumber>
14 <address>&dejagnu-url;</address>
15 </sect1info>
16
17 <title>DejaGNU-&dejagnu-version;</title>
18
19 <indexterm zone="ch-tools-dejagnu">
20 <primary sortas="a-DejaGNU">DejaGNU</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The <application>DejaGnu</application> package contains a framework for running test
27 suites on GNU tools. It is written in <command>expect</command>, which itself
28 uses <application>Tcl</application> (Tool Command Language).</para>
29
30 <segmentedlist>
31 <segtitle>&buildtime;</segtitle>
32 <segtitle>&diskspace;</segtitle>
33
34 <seglistitem>
35 <seg>&dejagnu-ch5-sbu;</seg>
36 <seg>&dejagnu-ch5-du;</seg>
37 </seglistitem>
38 </segmentedlist>
39
40 </sect2>
41
42 <sect2 role="installation">
43 <title>Installation of DejaGNU</title>
44
45 <para>Prepare DejaGNU for compilation:</para>
46
47<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
48
49 <para>Build and install the package:</para>
50
51<screen><userinput remap="install">make install</userinput></screen>
52
53 <para>To test the results, issue:</para>
54
55<screen><userinput remap="test">make check</userinput></screen>
56
57 </sect2>
58
59
60 <sect2 id="contents-dejagnu" role="content">
61 <title>Contents of DejaGNU</title>
62
63 <segmentedlist>
64 <segtitle>Installed program</segtitle>
65
66 <seglistitem>
67 <seg>runtest</seg>
68 </seglistitem>
69 </segmentedlist>
70
71 <variablelist>
72 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
73 <?dbfo list-presentation="list"?>
74 <?dbhtml list-presentation="table"?>
75
76 <varlistentry id="runtest">
77 <term><command>runtest</command></term>
78 <listitem>
79 <para>A wrapper script that locates the proper
80 <command>expect</command> shell and then runs DejaGNU</para>
81 <indexterm zone="ch-tools-dejagnu runtest">
82 <primary sortas="b-runtest">runtest</primary>
83 </indexterm>
84 </listitem>
85 </varlistentry>
86
87 </variablelist>
88
89 </sect2>
90
91</sect1>
Note: See TracBrowser for help on using the repository browser.