Author: randy Date: 2008-10-12 15:42:55 -0600 (Sun, 12 Oct 2008) New Revision: 8655
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter06/gmp.xml Log: Modified the Chapter 6 GMP instructions to include a method for determining all the tests in the test suite passed Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2008-10-12 20:28:12 UTC (rev 8654) +++ trunk/BOOK/chapter01/changelog.xml 2008-10-12 21:42:55 UTC (rev 8655) @@ -41,6 +41,10 @@ <para>2008-10-12</para> <itemizedlist> <listitem> + <para>[randy] - Modified the Chapter 6 GMP instructions to include a + method for determining all the tests in the test suite passed.</para> + </listitem> + <listitem> <para>[randy] - Modified the GCC search for correct headers command to account for the new include-fixed directory.</para> </listitem> Modified: trunk/BOOK/chapter06/gmp.xml =================================================================== --- trunk/BOOK/chapter06/gmp.xml 2008-10-12 20:28:12 UTC (rev 8654) +++ trunk/BOOK/chapter06/gmp.xml 2008-10-12 21:42:55 UTC (rev 8655) @@ -68,8 +68,13 @@ <para>Test the results:</para> -<screen><userinput remap="test">make check</userinput></screen> - +<screen><userinput remap="test">make check 2>&1 | tee gmp-check-log</userinput></screen> + + <para>Ensure that all 139 tests in the test suite ran successfully by + issuing the following command:</para> + +<screen><userinput remap="test">awk '/tests passed/{total+=$2} ; END{print total}' gmp-check-log</userinput></screen> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page