diff options
Diffstat (limited to 'chapter05/diffutils.xml')
-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> |