]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/tests_coverage.c
ccanlint: keep separate array of compiled versions.
[ccan] / tools / ccanlint / tests / tests_coverage.c
index a8da103f045fed21280625a1bbf9c4c4e44814c8..26be85534d0392a4069ebad42d99c06440ed7fa6 100644 (file)
@@ -138,7 +138,8 @@ static void do_run_coverage_tests(struct manifest *m,
        bool ran_some = false;
 
        /* This tells gcov where we put those .gcno files. */
-       outdir = talloc_dirname(score, m->info_file->compiled);
+       outdir = talloc_dirname(score,
+                               m->info_file->compiled[COMPILE_NORMAL]);
        covcmd = talloc_asprintf(m, "gcov %s -o %s",
                                 full_gcov ? "" : "-n",
                                 outdir);