dejagnu.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. <sect1info condition="script">
  10. <productname>dejagnu</productname>
  11. <productnumber>&dejagnu-version;</productnumber>
  12. <address>&dejagnu-url;</address>
  13. </sect1info>
  14. <title>DejaGNU-&dejagnu-version;</title>
  15. <indexterm zone="ch-tools-dejagnu">
  16. <primary sortas="a-DejaGNU">DejaGNU</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The DejaGNU package contains a framework for testing other
  21. programs.</para>
  22. <segmentedlist>
  23. <segtitle>&buildtime;</segtitle>
  24. <segtitle>&diskspace;</segtitle>
  25. <seglistitem>
  26. <seg>&dejagnu-ch5-sbu;</seg>
  27. <seg>&dejagnu-ch5-du;</seg>
  28. </seglistitem>
  29. </segmentedlist>
  30. </sect2>
  31. <sect2 role="installation">
  32. <title>Installation of DejaGNU</title>
  33. <para>Prepare DejaGNU for compilation:</para>
  34. <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
  35. <para>Build and install the package:</para>
  36. <screen><userinput remap="install">make install</userinput></screen>
  37. <para>To test the results, issue:</para>
  38. <screen><userinput remap="test">make check</userinput></screen>
  39. </sect2>
  40. <sect2 id="contents-dejagnu" role="content">
  41. <title>Contents of DejaGNU</title>
  42. <segmentedlist>
  43. <segtitle>Installed program</segtitle>
  44. <seglistitem>
  45. <seg>runtest</seg>
  46. </seglistitem>
  47. </segmentedlist>
  48. <variablelist>
  49. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  50. <?dbfo list-presentation="list"?>
  51. <?dbhtml list-presentation="table"?>
  52. <varlistentry id="runtest">
  53. <term><command>runtest</command></term>
  54. <listitem>
  55. <para>A wrapper script that locates the proper
  56. <command>expect</command> shell and then runs DejaGNU</para>
  57. <indexterm zone="ch-tools-dejagnu runtest">
  58. <primary sortas="b-runtest">runtest</primary>
  59. </indexterm>
  60. </listitem>
  61. </varlistentry>
  62. </variablelist>
  63. </sect2>
  64. </sect1>