]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/tests_compile_coverage.c
ccanlint: add testdepends support.
[ccan] / tools / ccanlint / tests / tests_compile_coverage.c
index 19ba1ef2853fe277ab31709add902ac447d513d3..9e13ad938a403f2d25f15c78d91e05e931e4bc98 100644 (file)
@@ -46,7 +46,7 @@ static void cov_compile(const void *ctx,
                                             COMPILE_NORMAL,
                                             COMPILE_COVERAGE),
                               compiler, flags,
-                              lib_list(m, COMPILE_NORMAL),
+                              test_lib_list(m, COMPILE_NORMAL),
                               file->compiled[COMPILE_COVERAGE]);
 }