|
@@ -55,7 +55,7 @@ struct ccanlint depends_build_without_features = {
|
|
|
.name = "Module's CCAN dependencies can be found or built (reduced features)",
|
|
.name = "Module's CCAN dependencies can be found or built (reduced features)",
|
|
|
.check = check_depends_built_without_features,
|
|
.check = check_depends_built_without_features,
|
|
|
.can_run = can_build,
|
|
.can_run = can_build,
|
|
|
- .needs = "depends_exist"
|
|
|
|
|
|
|
+ .needs = "depends_exist reduce_features"
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
REGISTER_TEST(depends_build_without_features);
|
|
REGISTER_TEST(depends_build_without_features);
|