aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-04-04 20:43:17 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-04-04 20:43:17 +0000
commitc836998d30ff98cf591df9f6a80f2f0211a48c66 (patch)
tree953dc7212164103d5806a66d90a504d15411190f /chapter06
parent56e814c42e4e9a622b215f33eecfb73c7400200a (diff)
* Mention bzip2's testsuite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bzip2.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml
index 14fd413b7..b6aa93d29 100644
--- a/chapter06/bzip2.xml
+++ b/chapter06/bzip2.xml
@@ -45,6 +45,9 @@ utilities against it.</para>
<screen><userinput>make</userinput></screen>
+<para>To test the results, issue:
+<userinput>make test</userinput>.</para>
+
<para>If reinstalling Bzip2, perform
<userinput>rm -f /usr/bin/bz*</userinput> first, otherwise the following
<command>make install</command> will fail.</para>