]> git.ozlabs.org Git - ccan/commitdiff
ccanlint: make fewer tests compulsory.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 15 Nov 2011 02:12:25 +0000 (12:42 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 15 Nov 2011 02:12:25 +0000 (12:42 +1030)
Compulsory means "malformed", we might get rid of it altogether, since
any test can mark "fail" and make ccanlint exit with non-zero status.

Now we only have four compulsory tests:
   info_exists               Module has _info file
   depends_exist             Module's CCAN dependencies can be found
   objects_build             Module object files can be built
   module_builds             Module can be built from object files


No differences found