X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_exist.c;fp=tools%2Fccanlint%2Ftests%2Ftests_exist.c;h=57fd4e11769e664b77afdab30a24f3a145c9a740;hp=523fe99f716c19c4101cc880077511e2da6e13e1;hb=60824f8a0f758dc7808eb31cc83434ea78f44ed1;hpb=50212d0d271f967d9f5d14c116ec54c0050882a8 diff --git a/tools/ccanlint/tests/tests_exist.c b/tools/ccanlint/tests/tests_exist.c index 523fe99f..57fd4e11 100644 --- a/tools/ccanlint/tests/tests_exist.c +++ b/tools/ccanlint/tests/tests_exist.c @@ -132,6 +132,6 @@ struct ccanlint tests_exist = { .key = "tests_exist", .name = "Module has test directory with tests in it", .check = check_tests_exist, - .needs = "" + .needs = "info_exists" };