]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
Teach ccanlint about API tests.
[ccan] / tools / ccanlint / ccanlint.h
index d536d6bfefae290d5bf1f425b8c07ac23c50a6f0..ac169fa81156b57452708208af65fecd05402fdf 100644 (file)
@@ -12,6 +12,7 @@ struct manifest {
        struct list_head h_files;
 
        struct list_head run_tests;
+       struct list_head api_tests;
        struct list_head compile_ok_tests;
        struct list_head compile_fail_tests;
        struct list_head other_test_files;