]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/tests_compile.h
ccanlint: add coverage variant of files.
[ccan] / tools / ccanlint / tests / tests_compile.h
diff --git a/tools/ccanlint/tests/tests_compile.h b/tools/ccanlint/tests/tests_compile.h
new file mode 100644 (file)
index 0000000..590edde
--- /dev/null
@@ -0,0 +1,6 @@
+/* Objects to link with; ctype is variant for test helpers and other modules,
+   own_ctype is (if link_with_module) for this module's objects. */
+char *test_obj_list(const struct manifest *m, bool link_with_module,
+                   enum compile_type ctype, enum compile_type own_ctype);
+/* Library list as specified by ctype variant of _info. */
+char *lib_list(const struct manifest *m, enum compile_type ctype);