X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fhas_tests.c;h=662a178147276f59f2560f5ef5096dd181580b5f;hb=23dbdf06c4521b11f7eb0f341af987d8fd92474c;hp=a71a1569be702c609f96551a2cdc3e5727e91dd1;hpb=8f61c0bccb152b2365baf70deac1e59264d7feb7;p=ccan diff --git a/tools/ccanlint/compulsory_tests/has_tests.c b/tools/ccanlint/compulsory_tests/has_tests.c index a71a1569..662a1781 100644 --- a/tools/ccanlint/compulsory_tests/has_tests.c +++ b/tools/ccanlint/compulsory_tests/has_tests.c @@ -128,3 +128,5 @@ struct ccanlint has_tests = { .describe = describe_has_tests, .handle = handle_no_tests, }; + +REGISTER_TEST(has_tests, NULL);