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).
Showing
Please register or sign in to comment