]> git.ozlabs.org Git - ccan/commit - tools/ccanlint/file_analysis.c
ccanlint: compile and run tests.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 25 Sep 2009 05:03:08 +0000 (14:33 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 25 Sep 2009 05:03:08 +0000 (14:33 +0930)
commit4e0dfdadf206c74dc9e5f302545b2419cc4798f4
treeb2cc22a4de83b9fedb31b5e522b2ba1c045c4d3e
parent3f011090d857a625f9eccfca6dd33d1b897417a8
ccanlint: compile and run tests.
This means we should skip building if there are no C files in module: running tests requires building the module, but not necessarily that it has any C files.
tools/ccanlint/ccanlint.h
tools/ccanlint/file_analysis.c
tools/ccanlint/tests/build.c
tools/ccanlint/tests/build_objs.c
tools/ccanlint/tests/check_build.c
tools/ccanlint/tests/check_depends_built.c
tools/ccanlint/tests/compile_test_helpers.c [new file with mode: 0644]
tools/ccanlint/tests/compile_tests.c [new file with mode: 0644]
tools/ccanlint/tests/run_tests.c [new file with mode: 0644]