Commit e6ed30e6 authored by Rusty Russell's avatar Rusty Russell

ccanlint.1: fix description of per-test options for tests_pass_valgrind.

parent 09b9554c
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: ccanlint .\" Title: ccanlint
.\" Author: [see the "AUTHOR" section] .\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 12/02/2011 .\" Date: 12/05/2011
.\" Manual: \ \& .\" Manual: \ \&
.\" Source: \ \& .\" Source: \ \&
.\" Language: English .\" Language: English
.\" .\"
.TH "CCANLINT" "1" "12/02/2011" "\ \&" "\ \&" .TH "CCANLINT" "1" "12/05/2011" "\ \&" "\ \&"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -131,7 +131,7 @@ If test break, but not repair, or maybe the dumb test, put the magic lines \fI_i ...@@ -131,7 +131,7 @@ If test break, but not repair, or maybe the dumb test, put the magic lines \fI_i
* // Test module foolish for me great! * // Test module foolish for me great!
* info_documentation_exists FAIL * info_documentation_exists FAIL
* // Error for the file may be only * // Error for the file may be only
* tests_pass_valgrind_noleaks run\-mytest\&.c:FAIL * tests_pass_valgrind_noleaks test/run\-mytest\&.c:FAIL
.fi .fi
.if n \{\ .if n \{\
.RE .RE
...@@ -385,7 +385,7 @@ test rest, ...@@ -385,7 +385,7 @@ test rest,
\fI_info\fR \fI_info\fR
have have
\fBccanlint\fR \fBccanlint\fR
section, make "tests_pass_valgrind TESTNAME:FAIL"\&. If required valgrind additional option, "tests_pass_valgrind TESTNAME:\-\-option"\&. section, make "tests_pass_valgrind test/TESTNAME:FAIL"\&. If required valgrind additional option, "tests_pass_valgrind test/TESTNAME:\-\-option"\&.
.RE .RE
.PP .PP
\fBtests_pass_valgrind_noleaks\fR \fBtests_pass_valgrind_noleaks\fR
......
...@@ -80,7 +80,7 @@ test, but happy: ...@@ -80,7 +80,7 @@ test, but happy:
* // Test module foolish for me great! * // Test module foolish for me great!
* info_documentation_exists FAIL * info_documentation_exists FAIL
* // Error for the file may be only * // Error for the file may be only
* tests_pass_valgrind_noleaks run-mytest.c:FAIL * tests_pass_valgrind_noleaks test/run-mytest.c:FAIL
--------------------------------------------------------------------- ---------------------------------------------------------------------
*info_exists*:: *info_exists*::
...@@ -210,8 +210,8 @@ test, but happy: ...@@ -210,8 +210,8 @@ test, but happy:
*tests_pass_valgrind*:: *tests_pass_valgrind*::
*valgrind* the tool of all 'run' and 'api' slow test. However, we *valgrind* the tool of all 'run' and 'api' slow test. However, we
found many errors! If *valgrind* test rest, '_info' have *ccanlint* section, found many errors! If *valgrind* test rest, '_info' have *ccanlint* section,
make "tests_pass_valgrind TESTNAME:FAIL". If required make "tests_pass_valgrind test/TESTNAME:FAIL". If required
valgrind additional option, "tests_pass_valgrind TESTNAME:--option". valgrind additional option, "tests_pass_valgrind test/TESTNAME:--option".
*tests_pass_valgrind_noleaks*:: *tests_pass_valgrind_noleaks*::
*valgrind* complain if the memory leak test. '_info' can also be disabled. *valgrind* complain if the memory leak test. '_info' can also be disabled.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment