diff options
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 8dc8e7817..23a4efb9e 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -30,10 +30,8 @@ afterwards.</para></note> <screen><userinput>make</userinput></screen> -<para>This package has a test suite available which can perform a number of -checks to ensure it built correctly. The test suite for Zlib is quick and -painless so we recommend it be run. The following command will test the shared -library:</para> +<para>To have the results tested, issue: +<userinput>make check</userinput>.</para> <screen><userinput>make check</userinput></screen> @@ -46,9 +44,8 @@ library:</para> ./configure --prefix=/usr make</userinput></screen> -<para>The following command will test the static library:</para> - -<screen><userinput>make check</userinput></screen> +<para>To have the results tested, issue: +<userinput>make check</userinput>.</para> <para>Install the static library:</para> |