]> git.ozlabs.org Git - ccan/commit
ccanlint: add coverage variant of files.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 30 Aug 2011 04:31:05 +0000 (14:01 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 30 Aug 2011 04:31:05 +0000 (14:01 +0930)
commit8af0812be4b3fcb82d82b70ea1b571225a76ca19
tree3caf9a914c488bb8c10fb67ac566ad3f3839f0f2
parentb931f4765272d68de3b5e35d70c1933c27bcdea4
ccanlint: add coverage variant of files.

Rather than a separate cov_compiled member, we can add to the
compiled[] array, and we reduce duplication significantly.
tools/ccanlint/ccanlint.h
tools/ccanlint/file_analysis.c
tools/ccanlint/tests/tests_compile.c
tools/ccanlint/tests/tests_compile.h [new file with mode: 0644]
tools/ccanlint/tests/tests_compile_coverage.c
tools/ccanlint/tests/tests_coverage.c