]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/build_objs.c
ccanlint: use gcov to rate test coverage (score out of 5)
[ccan] / tools / ccanlint / compulsory_tests / build_objs.c
index 6899b7b04986e5418e03f20e861a9435b3cea413..af7a57b73e8482c18f627abfe5d2e0e814222764 100644 (file)
@@ -35,7 +35,7 @@ static void *check_objs_build(struct manifest *m,
                build_objs.total_score++;
 
                i->compiled = maybe_temp_file(m, "", keep, fullfile);
-               err = compile_object(m, fullfile, ccan_dir, i->compiled);
+               err = compile_object(m, fullfile, ccan_dir, "", i->compiled);
                if (err) {
                        talloc_free(i->compiled);
                        if (report)