dejagnu.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.4/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>0.1 SBU</seg>
  22. <seg>6.1 MB</seg>
  23. </seglistitem>
  24. </segmentedlist>
  25. <segmentedlist>
  26. <segtitle>&dependencies;</segtitle>
  27. <seglistitem>
  28. <seg>Bash, Binutils, Coreutils, Diffutils, Expect, GCC, Glibc, Grep,
  29. Make, Sed, and Tcl</seg>
  30. </seglistitem>
  31. </segmentedlist>
  32. </sect2>
  33. <sect2 role="installation">
  34. <title>Installation of DejaGNU</title>
  35. <para>Prepare DejaGNU for compilation:</para>
  36. <screen><userinput>./configure --prefix=/tools</userinput></screen>
  37. <para>Build and install the package:</para>
  38. <screen><userinput>make install</userinput></screen>
  39. <para>To test the results, issue:
  40. <userinput>make check</userinput>.</para>
  41. </sect2>
  42. <sect2 id="contents-dejagnu" role="content">
  43. <title>Contents of DejaGNU</title>
  44. <segmentedlist>
  45. <segtitle>Installed program</segtitle>
  46. <seglistitem>
  47. <seg>runtest</seg>
  48. </seglistitem>
  49. </segmentedlist>
  50. <variablelist>
  51. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  52. <?dbfo list-presentation="list"?>
  53. <?dbhtml list-presentation="table"?>
  54. <varlistentry id="runtest">
  55. <term><command>runtest</command></term>
  56. <listitem>
  57. <para>A wrapper script that locates the proper
  58. <command>expect</command> shell and then runs DejaGNU</para>
  59. <indexterm zone="ch-tools-dejagnu runtest">
  60. <primary sortas="b-runtest">runtest</primary>
  61. </indexterm>
  62. </listitem>
  63. </varlistentry>
  64. </variablelist>
  65. </sect2>
  66. </sect1>