]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
From: Joseph Adams <joeyadams3.14159@gmail.com>
[ccan] / tools / ccanlint / ccanlint.h
index 876fc64c5484040afe0959492cdb028bd036dd55..cf277393d8c05db444c1733bfd5add2a728d4d4f 100644 (file)
@@ -40,6 +40,9 @@ struct manifest *get_manifest(const void *ctx, const char *dir);
 struct ccanlint {
        struct list_node list;
 
+       /* More concise unique name of test. */
+       const char *key;
+
        /* Unique name of test */
        const char *name;