projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ccanlint: Add -k option to keep results.
[ccan]
/
tools
/
ccanlint
/
compulsory_tests
/
check_depends_built.c
diff --git
a/tools/ccanlint/compulsory_tests/check_depends_built.c
b/tools/ccanlint/compulsory_tests/check_depends_built.c
index 497a22c19950ff371480d627732489e4e827a566..04ef54eb2c79a0060d5b0a43982653b4c671004a 100644
(file)
--- a/
tools/ccanlint/compulsory_tests/check_depends_built.c
+++ b/
tools/ccanlint/compulsory_tests/check_depends_built.c
@@
-35,7
+35,9
@@
static bool expect_obj_file(const char *dir)
return has_c_files;
}
return has_c_files;
}
-static void *check_depends_built(struct manifest *m, unsigned int *timeleft)
+static void *check_depends_built(struct manifest *m,
+ bool keep,
+ unsigned int *timeleft)
{
struct ccan_file *i;
struct stat st;
{
struct ccan_file *i;
struct stat st;