From 87c1917179b1ca108f139b15446e470f4b0f636f Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 11 Mar 2009 22:12:36 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 6 ++++++ 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 @@ -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