]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/examples_compile.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / tests / examples_compile.c
index 5b0195d6ca2a526dd877f63bd8035a0798b915e6..ff9e529b645a8d46b39f4c4a2e2c976221402905 100644 (file)
@@ -615,7 +615,7 @@ static void build_examples(struct manifest *m, bool keep,
 }
 
 struct ccanlint examples_compile = {
-       .key = "examples-compile",
+       .key = "examples_compile",
        .name = "Module examples compile",
        .check = build_examples,
        .can_run = can_run,