diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-11 20:07:44 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-11 20:07:44 +0000 |
commit | 0841437890915f7f6050da9f1066bf814439cd48 (patch) | |
tree | 24b47f5722e2b30e262c9390352b776902678d87 /chapter05/make-inst.xml | |
parent | c9398bca01ffaa66d492bbc865d267ce905c3033 (diff) |
Dropped non-toolchain tests to optional
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/make-inst.xml')
-rw-r--r-- | chapter05/make-inst.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter05/make-inst.xml b/chapter05/make-inst.xml index 7f5d2b18e..529f2d3d4 100644 --- a/chapter05/make-inst.xml +++ b/chapter05/make-inst.xml @@ -11,7 +11,9 @@ <para><screen><userinput>make </userinput></screen></para> -<para>Test the program:</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> |