Explorar o código

Added Gawk test to chapter 5

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley %!s(int64=22) %!d(string=hai) anos
pai
achega
0e5a143a43
Modificáronse 2 ficheiros con 9 adicións e 0 borrados
  1. 3 0
      chapter01/changelog.xml
  2. 6 0
      chapter05/gawk-inst.xml

+ 3 - 0
chapter01/changelog.xml

@@ -87,6 +87,9 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Gawk: Added the
+testsuite</para></listitem>
+
 <listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Grep:  Added
 descriptions of configure switches courtesy of Anderson Lizardo</para></listitem>
 

+ 6 - 0
chapter05/gawk-inst.xml

@@ -11,6 +11,12 @@
 
 <para><screen><userinput>make</userinput></screen></para>
 
+<para>This package has a testsuite available which can perform a number of
+checks to ensure it built correctly. Should you choose to run it, the
+following command will do so:</para>
+
+<para><screen><userinput>make check</userinput></screen></para>
+
 <para>And install it:</para>
 
 <para><screen><userinput>make install</userinput></screen></para>