Changeset 55d12bc
- Timestamp:
- 01/29/2005 06:54:41 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 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, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- a70a184
- Parents:
- 5e0f7f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/dejagnu.xml
r5e0f7f2 r55d12bc 19 19 <?dbhtml filename="dejagnu.html"?> 20 20 <title>DejaGnu-&dejagnu-version;</title> 21 <indexterm zone="dejagnu"> 22 <primary sortas="a-DejaGnu">DejaGnu</primary> 23 </indexterm> 21 24 22 25 <sect2> … … 59 62 60 63 <screen><userinput><command>./configure --prefix=/usr && 61 make && 62 make install && 64 make</command></userinput></screen> 65 66 <para>Now, as the root user:</para> 67 68 <screen><userinput role='root'><command>make install && 63 69 make install-doc</command></userinput></screen> 64 70 … … 68 74 <title>Contents</title> 69 75 70 <para>The <application>DejaGnu</application> package contains 71 <command>runtest</command>.</para> 76 <segmentedlist> 77 <segtitle>Installed Program</segtitle> 78 <segtitle>Installed Scripts</segtitle> 79 <segtitle>Installed Directory</segtitle> 72 80 73 </sect2> 81 <seglistitem> 82 <seg>runtest</seg> 83 <seg>There are numerous <application>Expect</application> scripts installed in 84 the <filename class='directory'>/usr/share/dejagnu</filename> hierarchy.</seg> 85 <seg>/usr/share/dejagnu</seg> 86 </seglistitem> 87 </segmentedlist> 74 88 75 <sect2><title>Description</title> 89 <variablelist> 90 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 91 <?dbfo list-presentation="list"?> 76 92 77 <sect3><title>runtest</title> 78 <para><command>runtest</command> is the <application>DejaGnu</application> 79 test driver program; use it to control what tests to run, and variations on 80 how to run them.</para></sect3> 93 <varlistentry id="runtest"> 94 <term><command>runtest</command></term> 95 <listitem><para>is the <application>DejaGnu</application> test driver program. 96 It is used to control what tests to run, and variations on how to run 97 them.</para> 98 <indexterm zone="dejagnu runtest"> 99 <primary sortas="b-runtest">runtest</primary> 100 </indexterm></listitem> 101 </varlistentry> 102 </variablelist> 81 103 82 104 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.