dejagnu.xml 1.8 KB

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