소스 검색

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
Douglas R. Reno 5 년 전
부모
커밋
3f7f3df039
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      chapter06/gmp.xml

+ 1 - 1
chapter06/gmp.xml

@@ -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>