X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fbuild.h;fp=tools%2Fccanlint%2Ftests%2Fbuild.h;h=04140bf9bc68d74348bd22004682f75c484d75ae;hp=0000000000000000000000000000000000000000;hb=60824f8a0f758dc7808eb31cc83434ea78f44ed1;hpb=50212d0d271f967d9f5d14c116ec54c0050882a8 diff --git a/tools/ccanlint/tests/build.h b/tools/ccanlint/tests/build.h new file mode 100644 index 00000000..04140bf9 --- /dev/null +++ b/tools/ccanlint/tests/build.h @@ -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 */