• Rusty Russell's avatar
    ccanlint: use traversal to trim tests we want to skip. · 03c49198
    Rusty Russell authored
    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).
    
    03c49198
ccanlint.h 7.62 KB