X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fhas_tests.c;h=36adee60998a0c8477c415875620324e34603bd0;hp=0a510a034629b62d10bffa5ab06b04cfb043b0c3;hb=f9423c171395571f9880286190d9cf63da147668;hpb=1e7c49e054bf3838d0bc4370df98b7439f358b46 diff --git a/tools/ccanlint/tests/has_tests.c b/tools/ccanlint/tests/has_tests.c index 0a510a03..36adee60 100644 --- a/tools/ccanlint/tests/has_tests.c +++ b/tools/ccanlint/tests/has_tests.c @@ -125,8 +125,8 @@ static void check_has_tests(struct manifest *m, } struct ccanlint has_tests = { - .key = "has-tests", - .name = "Module has tests", + .key = "tests_exist", + .name = "Module has test directory with tests in it", .check = check_has_tests, };