From: neo23 Date: Tue, 16 Apr 2002 17:33:49 +0000 (+0000) Subject: Changed date to that of the latest release. X-Git-Tag: 0.10.0~1012 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1115f971d6270c74ca3b977e1ce7fc85809402a7;p=check Changed date to that of the latest release. Added a name to an internal reference so that we get a working link in the generated HTML. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@136 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/check/doc/tutorial.lyx b/check/doc/tutorial.lyx index 0b2372c..47b3a1e 100644 --- a/check/doc/tutorial.lyx +++ b/check/doc/tutorial.lyx @@ -30,7 +30,7 @@ Check Tutorial Arien Malec \layout Date -11 July, 2001 +15 April, 2002 \layout Standard @@ -38,7 +38,7 @@ Arien Malec \end_inset -Copyright (c) 2001 Arien Malec. +Copyright (c) 2001-2002 Arien Malec. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, @@ -687,7 +687,7 @@ The enumeration values defined in Check to control print output are as follows: CK_SILENT Specifies that no output is to be generated. If you use this flag, you either need to programmatically examine the SRunner object, print separately, or use test logging (described below: -\begin_inset LatexCommand \ref{test_logging} +\begin_inset LatexCommand \ref[Test Logging]{test_logging} \end_inset @@ -1155,12 +1155,12 @@ srunner_add_suite (sr, make_msg_suite ()); srunner_add_suite (sr, make_log_suite ()); \layout Subsection - +Test Logging \begin_inset LatexCommand \label{test_logging} \end_inset -Test Logging + \layout Standard Check supports operation to log the results of a test run.