]> git.ozlabs.org Git - ccan/commit
ccanlint: create reduce-feature config.h
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 1 Mar 2011 07:18:11 +0000 (17:48 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 1 Mar 2011 07:18:11 +0000 (17:48 +1030)
commitdfc94d4a4b80729b092089536caa33c0620a5ea9
treebbc7f903aa3041a1b0747bad2984434ee77af4dc
parent27b8937c5ed206e515c7b933f9593d7bc7f350e0
ccanlint: create reduce-feature config.h

A common mistake is not to try compiling with features disabled in
config.h.  The ideal case would determine how features interact and
test all combinations of them: this simply disables any features
mentioned in the code which were previously enabled.
tools/ccanlint/tests/reduce_features.c [new file with mode: 0644]
tools/ccanlint/tests/reduce_features.h [new file with mode: 0644]