X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fccanlint%2Ftests%2Fdepends_build_without_features.c;fp=tools%2Fccanlint%2Ftests%2Fdepends_build_without_features.c;h=9982d27bbf8f980ae57438de06cf0a256f3a9cfd;hb=b4ae30818ed7b5e670a99518e79595e7920f8e5c;hp=cf7185be0d80fc2f79aa5cf776663e0b7639eca9;hpb=9428537fd4610afaae3d1bf535ef0a7ee11fa5f7;p=ccan diff --git a/tools/ccanlint/tests/depends_build_without_features.c b/tools/ccanlint/tests/depends_build_without_features.c index cf7185be..9982d27b 100644 --- a/tools/ccanlint/tests/depends_build_without_features.c +++ b/tools/ccanlint/tests/depends_build_without_features.c @@ -55,7 +55,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" + .needs = "depends_exist reduce_features" }; REGISTER_TEST(depends_build_without_features);