]> git.ozlabs.org Git - ccan/commit
Build tests for ccan.
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 12 Sep 2009 01:27:44 +0000 (10:57 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Sat, 12 Sep 2009 01:27:44 +0000 (10:57 +0930)
commit61088f5c752c555172e2ab6cf93a7967f79f3f2c
treedf6a449614e7b02e6f9faa5eb0f812505216fda8
parent3460418c419dfcc84316ad65497b0a00950480b9
Build tests for ccan.
More sophisticated skipping: skip dependencies when one fails as well.
Allow tests to change their total_score; only access it after running (other than to check it's non-zero).
15 files changed:
tools/Makefile
tools/ccanlint/Makefile
tools/ccanlint/ccanlint.c
tools/ccanlint/ccanlint.h
tools/ccanlint/file_analysis.c
tools/ccanlint/tests/build.c [new file with mode: 0644]
tools/ccanlint/tests/build_objs.c [new file with mode: 0644]
tools/ccanlint/tests/check_build.c [new file with mode: 0644]
tools/ccanlint/tests/check_depends.c [deleted file]
tools/ccanlint/tests/check_depends_built.c [new file with mode: 0644]
tools/ccanlint/tests/check_depends_exist.c [new file with mode: 0644]
tools/ccanlint/tests/check_includes_build.c [new file with mode: 0644]
tools/depends.c
tools/tools.c [new file with mode: 0644]
tools/tools.h