blob: c117545eed32bb14d297e5de6e7c4574879eee4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
<sect1 id="ch-tools-dejagnu" xreflabel="DejaGnu">
<title>DejaGnu-&dejagnu-version;</title>
<?dbhtml filename="dejagnu.html"?>
<indexterm zone="ch-tools-dejagnu"><primary sortas="a-DejaGnu">DejaGnu</primary></indexterm>
<para>The DejaGnu package contains a framework for testing other programs.</para>
<screen>&buildtime; 0.1 SBU
&diskspace; 6.1 MB</screen>
<para>For its installation Dejagnu depends on: Bash, Binutils, Coreutils, Diffutils,
GCC, Glibc, Grep, Make, Sed.</para>
<sect2>
<title>Installation of DejaGnu</title>
<para>Prepare DejaGnu for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
<para>Build and install the package:</para>
<screen><userinput>make install</userinput></screen>
</sect2>
<sect2 id="contents-dejagnu"><title>Contents of DejaGnu</title>
<para><emphasis>Installed program</emphasis>: runtest</para>
</sect2>
<sect2><title>Short description</title>
<indexterm zone="ch-tools-dejagnu runtest"><primary sortas="b-runtest">runtest</primary></indexterm>
<para id="runtest"><command>runtest</command> is the wrapper script that finds the proper
expect shell and then runs DejaGnu.</para>
</sect2>
</sect1>
|