mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-01 03:42:13 +00:00
673b0d84ba
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
53 lines
1.4 KiB
XML
53 lines
1.4 KiB
XML
<?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; 8.6 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>
|