Changeset d107c86
- Timestamp:
- 05/04/2005 07:20:54 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 966d3126
- Parents:
- 6dc3687
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/dejagnu.xml
r6dc3687 rd107c86 14 14 15 15 <sect1 id="dejagnu" xreflabel="DejaGnu-&dejagnu-version;"> 16 <sect1info> 17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 </sect1info> 20 <?dbhtml filename="dejagnu.html"?> 21 <title>DejaGnu-&dejagnu-version;</title> 22 <indexterm zone="dejagnu"> 23 <primary sortas="a-DejaGnu">DejaGnu</primary> 24 </indexterm> 16 <?dbhtml filename="dejagnu.html"?> 25 17 26 <sect2> 27 <title>Introduction to <application>DejaGnu</application></title> 18 <sect1info> 19 <othername>$LastChangedBy$</othername> 20 <date>$Date$</date> 21 </sect1info> 28 22 29 <para><application>DejaGnu</application> is a framework for running test suites 30 on <acronym>GNU</acronym> tools. It is written in <command>expect</command>, 31 which uses <application>Tcl</application> (Tool command language).</para> 23 <title>DejaGnu-&dejagnu-version;</title> 32 24 33 <sect3><title>Package information</title> 34 <itemizedlist spacing="compact"> 35 <listitem><para>Download (HTTP): 36 <ulink url="&dejagnu-download-http;"/></para></listitem> 37 <listitem><para>Download (FTP): 38 <ulink url="&dejagnu-download-ftp;"/></para></listitem> 39 <listitem><para>Download MD5 sum: &dejagnu-md5sum;</para></listitem> 40 <listitem><para>Download size: &dejagnu-size;</para></listitem> 41 <listitem><para>Estimated disk space required: 42 &dejagnu-buildsize;</para></listitem> 43 <listitem><para>Estimated build time: 44 &dejagnu-time;</para></listitem></itemizedlist> 45 </sect3> 25 <indexterm zone="dejagnu"> 26 <primary sortas="a-DejaGnu">DejaGnu</primary> 27 </indexterm> 46 28 47 <sect3><title><application>DejaGnu</application> dependencies</title> 48 <sect4><title>Required</title> 49 <para><xref linkend="expect"/></para> 50 </sect4> 29 <sect2 role="package"> 30 <title>Introduction to DejaGnu</title> 51 31 52 <sect4><title>Optional</title> 53 <para><xref linkend="docbook-utils"/></para> 54 </sect4> 55 </sect3> 32 <para><application>DejaGnu</application> is a framework for running test suites 33 on GNU tools. It is written in <command>expect</command>, 34 which uses <application>Tcl</application> (Tool command language).</para> 56 35 57 </sect2> 36 <bridgehead renderas="sect3">Package Information</bridgehead> 37 <itemizedlist spacing="compact"> 38 <listitem> 39 <para>Download (HTTP): <ulink url="&dejagnu-download-http;"/></para> 40 </listitem> 41 <listitem> 42 <para>Download (FTP): <ulink url="&dejagnu-download-ftp;"/></para> 43 </listitem> 44 <listitem> 45 <para>Download MD5 sum: &dejagnu-md5sum;</para> 46 </listitem> 47 <listitem> 48 <para>Download size: &dejagnu-size;</para> 49 </listitem> 50 <listitem> 51 <para>Estimated disk space required: &dejagnu-buildsize;</para> 52 </listitem> 53 <listitem> 54 <para>Estimated build time: &dejagnu-time;</para> 55 </listitem> 56 </itemizedlist> 58 57 59 <sect2> 60 <title>Installation of <application>DejaGnu</application></title> 58 <bridgehead renderas="sect3">DejaGnu Dependencies</bridgehead> 61 59 62 <para>Install <application>DejaGnu</application> by running the following 63 commands:</para>60 <bridgehead renderas="sect4">Required</bridgehead> 61 <para><xref linkend="expect"/></para> 64 62 65 <screen><userinput><command>./configure --prefix=/usr && 66 make</command></userinput></screen>63 <bridgehead renderas="sect4">Optional</bridgehead> 64 <para><xref linkend="docbook-utils"/></para> 67 65 68 <para>Now, as the root user:</para>66 </sect2> 69 67 70 <screen><userinput role='root'><command>make install && 71 make install-doc</command></userinput></screen>68 <sect2 role="installation"> 69 <title>Installation of DejaGnu</title> 72 70 73 </sect2> 71 <para>Install <application>DejaGnu</application> by running the following 72 commands:</para> 74 73 75 <s ect2>76 <title>Contents</title>74 <screen><userinput>./configure --prefix=/usr && 75 make</userinput></screen> 77 76 78 <segmentedlist> 79 <segtitle>Installed Program</segtitle> 80 <segtitle>Installed Libraries</segtitle> 81 <segtitle>Installed Scripts</segtitle> 82 <segtitle>Installed Directory</segtitle> 77 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 83 78 84 <seglistitem> 85 <seg>runtest</seg> 86 <seg>None</seg> 87 <seg>There are numerous <application>Expect</application> scripts installed in 88 the <filename class='directory'>/usr/share/dejagnu</filename> hierarchy.</seg> 89 <seg>/usr/share/dejagnu</seg> 90 </seglistitem> 91 </segmentedlist> 79 <screen role="root"><userinput>make install && 80 make install-doc</userinput></screen> 92 81 93 <variablelist> 94 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 95 <?dbfo list-presentation="list"?> 82 </sect2> 96 83 97 <varlistentry id="runtest"> 98 <term><command>runtest</command></term> 99 <listitem><para>is the <application>DejaGnu</application> test driver program. 100 It is used to control what tests to run, and variations on how to run 101 them.</para> 102 <indexterm zone="dejagnu runtest"> 103 <primary sortas="b-runtest">runtest</primary> 104 </indexterm></listitem> 105 </varlistentry> 106 </variablelist> 84 <sect2 role="content"> 85 <title>Contents</title> 107 86 108 </sect2> 87 <segmentedlist> 88 <segtitle>Installed Program</segtitle> 89 <segtitle>Installed Libraries</segtitle> 90 <segtitle>Installed Scripts</segtitle> 91 <segtitle>Installed Directory</segtitle> 92 93 <seglistitem> 94 <seg>runtest</seg> 95 <seg>None</seg> 96 <seg>There are numerous <application>Expect</application> scripts installed in 97 the <filename class='directory'>/usr/share/dejagnu</filename> hierarchy.</seg> 98 <seg>/usr/share/dejagnu</seg> 99 </seglistitem> 100 </segmentedlist> 101 102 <variablelist> 103 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 104 <?dbfo list-presentation="list"?> 105 <?dbhtml list-presentation="table"?> 106 107 <varlistentry id="runtest"> 108 <term><command>runtest</command></term> 109 <listitem> 110 <para>is the <application>DejaGnu</application> test driver program. It is 111 used to control what tests to run, and variations on how to run them.</para> 112 <indexterm zone="dejagnu runtest"> 113 <primary sortas="b-runtest">runtest</primary> 114 </indexterm> 115 </listitem> 116 </varlistentry> 117 118 </variablelist> 119 120 </sect2> 109 121 110 122 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.