diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6d014ce4e..a6f5d5919 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,12 @@ 2009-03-11 + + [matthew] - Mention Dejagnu test suite, as a C++ compiler is + available in chapter 5. Fixes + #2362. Thanks to Chris + Staub for the report and patch. + [matthew] - Remove an obsolete GCC fixup command from Inetutils' instructions. Fixes #2360. 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 @@ make install - 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. + To test the results, issue: + +make check