]> git.ozlabs.org Git - ccan/commit
ccanlint: use traversal to trim tests we want to skip.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 2 Dec 2011 03:37:22 +0000 (14:07 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 2 Dec 2011 03:37:22 +0000 (14:07 +1030)
commit03c49198146e11e579a7bbc4d9df27cc71dba034
tree5441fc21c0f97f38c9825e49cfc5d0ba7b2aee39
parent1e755481cb2d7eb439c51e3522a18ec6d3885829
ccanlint: use traversal to trim tests we want to skip.

Rather than using a separate index of tetst to skip, make sure tests
we don't want to run are removed from the graph of tests to start
with.

This means that the "skip" field is only set when we fail a test (and
thus must be reset when we test the next module).
tools/ccanlint/Makefile
tools/ccanlint/ccanlint.c
tools/ccanlint/ccanlint.h