diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-04-04 20:43:17 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-04-04 20:43:17 +0000 |
commit | c836998d30ff98cf591df9f6a80f2f0211a48c66 (patch) | |
tree | 953dc7212164103d5806a66d90a504d15411190f /chapter06 | |
parent | 56e814c42e4e9a622b215f33eecfb73c7400200a (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.xml | 3 |
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> |