]> git.ozlabs.org Git - ccan/commit
tools/ccanlint: build tests are now compulsory
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 7 Oct 2009 12:30:53 +0000 (23:00 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 7 Oct 2009 12:30:53 +0000 (23:00 +1030)
commit5f44c8ca0eb66503db51e0df1b65ff173eb42f57
tree3e09e164fc9a23a2316c9c49ff24ac0c35b2bfee
parent382e1e2900997b5cc5f28c350c6fcb54d4859ecc
tools/ccanlint: build tests are now compulsory
Offer to run debugger when test fails, with breakpoint.
20 files changed:
tools/ccanlint/ccanlint.c
tools/ccanlint/compulsory_tests/build.c [new file with mode: 0644]
tools/ccanlint/compulsory_tests/build_objs.c [new file with mode: 0644]
tools/ccanlint/compulsory_tests/check_build.c [new file with mode: 0644]
tools/ccanlint/compulsory_tests/check_depends_built.c [new file with mode: 0644]
tools/ccanlint/compulsory_tests/check_depends_exist.c [new file with mode: 0644]
tools/ccanlint/compulsory_tests/check_includes_build.c [new file with mode: 0644]
tools/ccanlint/compulsory_tests/compile_test_helpers.c [new file with mode: 0644]
tools/ccanlint/compulsory_tests/compile_tests.c [new file with mode: 0644]
tools/ccanlint/compulsory_tests/run_tests.c [new file with mode: 0644]
tools/ccanlint/tests/build.c [deleted file]
tools/ccanlint/tests/build_objs.c [deleted file]
tools/ccanlint/tests/check_build.c [deleted file]
tools/ccanlint/tests/check_depends_built.c [deleted file]
tools/ccanlint/tests/check_depends_exist.c [deleted file]
tools/ccanlint/tests/check_includes_build.c [deleted file]
tools/ccanlint/tests/compile_test_helpers.c [deleted file]
tools/ccanlint/tests/compile_tests.c [deleted file]
tools/ccanlint/tests/run_tests.c [deleted file]
tools/tools.h