dejagnu.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-tools-dejagnu" role="wrap">
  8. <?dbhtml filename="dejagnu.html"?>
  9. <title>DejaGNU-&dejagnu-version;</title>
  10. <indexterm zone="ch-tools-dejagnu">
  11. <primary sortas="a-DejaGNU">DejaGNU</primary>
  12. </indexterm>
  13. <sect2 role="package">
  14. <title/>
  15. <para>The DejaGNU package contains a framework for testing other
  16. programs.</para>
  17. <segmentedlist>
  18. <segtitle>&buildtime;</segtitle>
  19. <segtitle>&diskspace;</segtitle>
  20. <seglistitem>
  21. <seg>&dejagnu-ch5-sbu;</seg>
  22. <seg>&dejagnu-ch5-du;</seg>
  23. </seglistitem>
  24. </segmentedlist>
  25. </sect2>
  26. <sect2 role="installation">
  27. <title>Installation of DejaGNU</title>
  28. <para>Prepare DejaGNU for compilation:</para>
  29. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  30. <para>Build and install the package:</para>
  31. <screen><userinput>make install</userinput></screen>
  32. <para>To test the results, issue:
  33. <userinput>make check</userinput>.</para>
  34. </sect2>
  35. <sect2 id="contents-dejagnu" role="content">
  36. <title>Contents of DejaGNU</title>
  37. <segmentedlist>
  38. <segtitle>Installed program</segtitle>
  39. <seglistitem>
  40. <seg>runtest</seg>
  41. </seglistitem>
  42. </segmentedlist>
  43. <variablelist>
  44. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  45. <?dbfo list-presentation="list"?>
  46. <?dbhtml list-presentation="table"?>
  47. <varlistentry id="runtest">
  48. <term><command>runtest</command></term>
  49. <listitem>
  50. <para>A wrapper script that locates the proper
  51. <command>expect</command> shell and then runs DejaGNU</para>
  52. <indexterm zone="ch-tools-dejagnu runtest">
  53. <primary sortas="b-runtest">runtest</primary>
  54. </indexterm>
  55. </listitem>
  56. </varlistentry>
  57. </variablelist>
  58. </sect2>
  59. </sect1>