]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/run_tests.c
From: Joseph Adams <joeyadams3.14159@gmail.com>
[ccan] / tools / ccanlint / compulsory_tests / run_tests.c
index 16a07aee1cca555647bd2e0731ecee11f31c5eb2..2fd87a8c5c4978204926440aa4f6ef02c27cbdbf 100644 (file)
@@ -124,6 +124,7 @@ static void run_under_debugger(struct manifest *m, void *check_result)
 }
 
 struct ccanlint run_tests = {
+       .key = "run",
        .name = "run and api tests run successfully",
        .score = score_run_tests,
        .check = do_run_tests,