There are now 197 tests in GMP rather than 190

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Douglas R. Reno 2020-03-05 19:27:52 +00:00
parent 672ea43add
commit 3f7f3df039

View File

@ -108,7 +108,7 @@ make html</userinput></screen>
instruction". In this case, gmp should be reconfigured with the option
--build=x86_64-unknown-linux-gnu and rebuilt.</para></caution>
<para>Ensure that all 190 tests in the test suite passed.
<para>Ensure that all 197 tests in the test suite passed.
Check the results by issuing the following command:</para>
<screen><userinput remap="test">awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log</userinput></screen>