diff options
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter05/dejagnu.xml | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6d014ce4e..a6f5d5919 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,12 @@ <para>2009-03-11</para> <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> <para>[matthew] - Remove an obsolete GCC fixup command from Inetutils' instructions. Fixes <ulink url="&lfs-ticket-root;2360">#2360</ulink>. Thanks to Chris Staub for the report.</para> diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index f9bd2843d..bae0ed7d9 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -49,8 +49,9 @@ <screen><userinput remap="install">make install</userinput></screen> - <para>This package does come with a test suite, however, it cannot be - run at this time because we do not have a C++ compiler yet.</para> + <para>To test the results, issue:</para> + +<screen><userinput remap="test">make check</userinput></screen> </sect2> |