X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fdepends_build_without_features.c;h=dfa96d72c0fe3d0704a86ae244aef7c57af82b91;hb=64bd9ff9bc3e65bb0e77b982135d6612cda180cd;hp=cf7185be0d80fc2f79aa5cf776663e0b7639eca9;hpb=939fab341caaa06d032b29f06362335de0db82cc;p=ccan diff --git a/tools/ccanlint/tests/depends_build_without_features.c b/tools/ccanlint/tests/depends_build_without_features.c index cf7185be..dfa96d72 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) { @@ -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_build reduce_features" }; REGISTER_TEST(depends_build_without_features);