source: testsuite-tools/common/dejagnu.xml@ 63e77e1

Last change on this file since 63e77e1 was 0636f6c, checked in by Jim Gifford <clfs@…>, 19 years ago

r981@server (orig r979): jim | 2005-12-30 10:11:32 -0800

r1226@server: cstaub | 2005-12-30 08:35:37 -0800
Updated package deps, removed explanation of cross-compiling from final-system binutils, and removed note about GRUB's testsuite failure


  • Property mode set to 100644
File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-testsuite-tools-dejagnu" role="wrap">
9 <?dbhtml filename="dejagnu.html"?>
10
11 <title>DejaGNU-&dejagnu-version;</title>
12
13 <indexterm zone="ch-testsuite-tools-dejagnu">
14 <primary sortas="a-DejaGNU">DejaGNU</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The DejaGNU package contains a framework for testing other
21 programs.</para>
22
23 <segmentedlist>
24 <segtitle>&dependencies;</segtitle>
25
26 <seglistitem>
27 <seg>Bash, Binutils, Coreutils, Diffutils, Expect,
28 GCC, Glibc, Grep, Make, Sed, and Tcl</seg>
29 </seglistitem>
30 </segmentedlist>
31
32 </sect2>
33
34 <sect2 role="installation">
35 <title>Installation of DejaGNU</title>
36
37 <para os="a">Prepare DejaGNU for compilation:</para>
38
39<screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
40
41 <para os="c">Build and install the package:</para>
42
43<screen os="d"><userinput>make install</userinput></screen>
44
45 </sect2>
46
47 <sect2 id="contents-dejagnu" role="content">
48 <title>Contents of DejaGNU</title>
49
50 <segmentedlist>
51 <segtitle>Installed program</segtitle>
52
53 <seglistitem>
54 <seg>runtest</seg>
55 </seglistitem>
56 </segmentedlist>
57
58 <variablelist>
59 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
60 <?dbfo list-presentation="list"?>
61 <?dbhtml list-presentation="table"?>
62
63 <varlistentry id="runtest">
64 <term><command>runtest</command></term>
65 <listitem>
66 <para>A wrapper script that locates the proper
67 <command>expect</command> shell and then runs DejaGNU</para>
68 <indexterm zone="ch-testsuite-tools-dejagnu runtest">
69 <primary sortas="b-runtest">runtest</primary>
70 </indexterm>
71 </listitem>
72 </varlistentry>
73
74 </variablelist>
75
76 </sect2>
77
78</sect1>
Note: See TracBrowser for help on using the repository browser.