]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/objects_build.c
ccanlint: --deps-fail-ignore.
[ccan] / tools / ccanlint / tests / objects_build.c
index 21a02773aeb95dc18cbb11e7acbedeacba271372..d44b7e7464fd2410071697570fa9267a7de541bb 100644 (file)
@@ -58,7 +58,8 @@ void build_objects(struct manifest *m,
        if (!errors) {
                score->pass = true;
                score->score = score->total - warnings;
-       }
+       } else
+               build_failed = true;
 }
 
 static void check_objs_build(struct manifest *m,