X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fdepends_build_without_features.c;h=533f4f318ce869cfb48f83882aa713bea5457dfa;hp=9982d27bbf8f980ae57438de06cf0a256f3a9cfd;hb=af5b1a18948345c5f9f9abf4eda3ab9fe0aa9a9f;hpb=b4ae30818ed7b5e670a99518e79595e7920f8e5c diff --git a/tools/ccanlint/tests/depends_build_without_features.c b/tools/ccanlint/tests/depends_build_without_features.c index 9982d27b..533f4f31 100644 --- a/tools/ccanlint/tests/depends_build_without_features.c +++ b/tools/ccanlint/tests/depends_build_without_features.c @@ -14,7 +14,7 @@ #include #include #include "reduce_features.h" -#include "../compulsory_tests/build.h" +#include "build.h" static const char *can_build(struct manifest *m) { @@ -24,7 +24,6 @@ static const char *can_build(struct manifest *m) } static void check_depends_built_without_features(struct manifest *m, - bool keep, unsigned int *timeleft, struct score *score) { @@ -55,7 +54,7 @@ struct ccanlint depends_build_without_features = { .name = "Module's CCAN dependencies can be found or built (reduced features)", .check = check_depends_built_without_features, .can_run = can_build, - .needs = "depends_exist reduce_features" + .needs = "depends_build reduce_features" }; REGISTER_TEST(depends_build_without_features);