]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/info_summary_single_line.c
ccanlint: print coverage amount when -vv
[ccan] / tools / ccanlint / tests / info_summary_single_line.c
index 19e9ada5faeeee184e29dc72ef15d9dbf67437b6..b98ab74e729cfeeee0393550788b4168b78c64e9 100644 (file)
@@ -13,6 +13,8 @@ static void check_info_summary_single_line(struct manifest *m,
        struct doc_section *d;
 
        score->pass = true;
+       score->score = 1;
+
        list_for_each(infodocs, d, list) {
                const char *after;