diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-05-03 03:57:13 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-05-03 03:57:13 +0000 |
commit | f00a9d4134a896494685d1b0f78962fb309f74b1 (patch) | |
tree | 79623d8abba919ad418c8038369d2a4a40972c7b /chapter05 | |
parent | 4d2e6a7ef6d230d1904cda29a0ead9b4fa461c98 (diff) |
Add instructions for the new testsuite in diffutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/diffutils.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml index b2247a198..62ba35874 100644 --- a/chapter05/diffutils.xml +++ b/chapter05/diffutils.xml @@ -51,7 +51,11 @@ <screen><userinput remap="make">make</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Diffutils test suite anyway, issue the following command:</para> + +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |