]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/build.h
ccanlint: get rid of separate class of compulsory tests.
[ccan] / tools / ccanlint / tests / build.h
diff --git a/tools/ccanlint/tests/build.h b/tools/ccanlint/tests/build.h
new file mode 100644 (file)
index 0000000..04140bf
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef CCANLINT_BUILD_H
+#define CCANLINT_BUILD_H
+char *build_module(struct manifest *m, bool keep, enum compile_type ctype,
+                  char **errstr);
+char *build_submodule(struct manifest *m, const char *flags,
+                     enum compile_type ctype);
+void build_objects(struct manifest *m,
+                  bool keep, struct score *score, const char *flags,
+                  enum compile_type ctype);
+#endif /* CCANLINT_BUILD_H */