Mention Dejagnu's testsuite. Fixes #2362. Thanks to Chris Staub for the report and patch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2009-03-11 22:12:36 +00:00
parent 1c0761a175
commit 87c1917179
2 changed files with 9 additions and 2 deletions

View File

@ -40,6 +40,12 @@
<listitem> <listitem>
<para>2009-03-11</para> <para>2009-03-11</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] - Mention Dejagnu test suite, as a C++ compiler is
available in chapter 5. Fixes
<ulink url="&lfs-ticket-root;2362">#2362</ulink>. Thanks to Chris
Staub for the report and patch.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] - Remove an obsolete GCC fixup command from Inetutils' <para>[matthew] - Remove an obsolete GCC fixup command from Inetutils'
instructions. Fixes <ulink url="&lfs-ticket-root;2360">#2360</ulink>. instructions. Fixes <ulink url="&lfs-ticket-root;2360">#2360</ulink>.

View File

@ -49,8 +49,9 @@
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>
<para>This package does come with a test suite, however, it cannot be <para>To test the results, issue:</para>
run at this time because we do not have a C++ compiler yet.</para>
<screen><userinput remap="test">make check</userinput></screen>
</sect2> </sect2>