X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_exist.c;h=048a5c3e0906ffcc91099b5bb0c9bd483aa38144;hp=061a905227da58af30f67bdf484bb2b5d186b445;hb=678cd10db6d6b81d97f3b98ea0a54657141632ad;hpb=7ce5cb9dbdff5aef2a0218539adc6e2e49c659cb diff --git a/tools/ccanlint/tests/tests_exist.c b/tools/ccanlint/tests/tests_exist.c index 061a9052..048a5c3e 100644 --- a/tools/ccanlint/tests/tests_exist.c +++ b/tools/ccanlint/tests/tests_exist.c @@ -104,6 +104,8 @@ static void check_tests_exist(struct manifest *m, if (errno != ENOENT) err(1, "statting %s", test_dir); tests_exist.handle = handle_no_tests; + /* We "pass" this. */ + score->pass = true; return; }