X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_exist.c;h=57fd4e11769e664b77afdab30a24f3a145c9a740;hb=64bd9ff9bc3e65bb0e77b982135d6612cda180cd;hp=523fe99f716c19c4101cc880077511e2da6e13e1;hpb=2d31e99c851a669e22b79b9a8107b148c280816f;p=ccan 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" };