]> git.ozlabs.org Git - ccan/commit
ccanlint: handle -x correctly with multiple modules.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 19 Mar 2012 05:14:59 +0000 (15:44 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 19 Mar 2012 05:14:59 +0000 (15:44 +1030)
commit4ded146c1b385977b02de6c66d6c1b1c514ebfbe
tree73cb82cf71ce4b39bcacb3135e78808dc2d469d6
parent08eb7e5a370941feec1d556339a00608925f9cb2
ccanlint: handle -x correctly with multiple modules.

After the first module we were resetting even the excluded tests, which caused
a segfault as they weren't initialized.
tools/ccanlint/ccanlint.c