]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/check_includes_build.c
ccanlint: use gcov to rate test coverage (score out of 5)
[ccan] / tools / ccanlint / compulsory_tests / check_includes_build.c
index b3e4ee682b87ce1db21cbfd9654229f80c796caa..79d10d29775d65c7fa3a7e2695c113429ff17d35 100644 (file)
@@ -60,7 +60,7 @@ static void *check_includes_build(struct manifest *m,
        }
        close(fd);
 
-       return compile_object(m, tmpsrc, ccan_dir, tmpobj);
+       return compile_object(m, tmpsrc, ccan_dir, "", tmpobj);
 }
 
 static const char *describe_includes_build(struct manifest *m,