diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-12 22:08:32 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-12 22:08:32 +0000 |
commit | 4ab39993ca7e43ba000879ec209f0337c0d5ca14 (patch) | |
tree | d7b8573f94b8295c580d1000e0c4ae896252d3bf /chapter06/mpfr.xml | |
parent | ee0ed772bbd15e02e73c008b7a378f22132d9991 (diff) |
Updated the text in the Chapter 6 MPFR instructions to include the number of tests in the test suite that should pass
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8657 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mpfr.xml')
-rw-r--r-- | chapter06/mpfr.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index 39446af81..40ddff135 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -54,7 +54,7 @@ Do not skip it under any circumstances.</para> </important> - <para>Test the results:</para> + <para>Test the results and ensure that all 134 tests passed:</para> <screen><userinput remap="test">make check</userinput></screen> |