]> git.ozlabs.org Git - ccan/commit
ccanlint: get rid of separate class of compulsory tests.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 1 Dec 2011 06:15:51 +0000 (16:45 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 1 Dec 2011 06:15:51 +0000 (16:45 +1030)
commit60824f8a0f758dc7808eb31cc83434ea78f44ed1
tree6733278a15c9524e9302f20779feee225f0ca415
parent50212d0d271f967d9f5d14c116ec54c0050882a8
ccanlint: get rid of separate class of compulsory tests.

It's reduced to a flag which means we stop processing the module.  We have
to enhance our dependencies a bit, but they've always been quite good.

This simplifies things quite a bit.
24 files changed:
.gitignore
tools/ccanlint/Makefile
tools/ccanlint/ccanlint.c
tools/ccanlint/ccanlint.h
tools/ccanlint/compulsory_tests/build.h [deleted file]
tools/ccanlint/compulsory_tests/depends_exist.c [deleted file]
tools/ccanlint/compulsory_tests/info_exists.c [deleted file]
tools/ccanlint/compulsory_tests/module_builds.c [deleted file]
tools/ccanlint/compulsory_tests/objects_build.c [deleted file]
tools/ccanlint/tests/build.h [new file with mode: 0644]
tools/ccanlint/tests/depends_build.c
tools/ccanlint/tests/depends_build_without_features.c
tools/ccanlint/tests/depends_exist.c [new file with mode: 0644]
tools/ccanlint/tests/examples_compile.c
tools/ccanlint/tests/hash_if.c
tools/ccanlint/tests/headers_idempotent.c
tools/ccanlint/tests/info_exists.c [new file with mode: 0644]
tools/ccanlint/tests/module_builds.c [new file with mode: 0644]
tools/ccanlint/tests/no_trailing_whitespace.c
tools/ccanlint/tests/objects_build.c [new file with mode: 0644]
tools/ccanlint/tests/objects_build_without_features.c
tools/ccanlint/tests/tests_compile.c
tools/ccanlint/tests/tests_compile_coverage.c
tools/ccanlint/tests/tests_exist.c