diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-12 23:27:30 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-12 23:27:30 +0000 |
commit | 0e5a143a43335cc959b74501ec097534ada5ccb8 (patch) | |
tree | 09c2f345d650dd1f817348cde41b018306020acf /chapter05 | |
parent | dac0f591d2e2ee633d0bc6c3d2b4dbac33ce6f25 (diff) |
Added Gawk test to chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gawk-inst.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/gawk-inst.xml b/chapter05/gawk-inst.xml index d77249ada..179b3a1d8 100644 --- a/chapter05/gawk-inst.xml +++ b/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> |