]> git.ozlabs.org Git - ccan/blobdiff - ccan/aga/_info
tcon: Encode information on container members in "type" canaries
[ccan] / ccan / aga / _info
index 22b9a66fcac77d0d3a32e37253bf3454760ab78f..fa5e8fe9f4b524ea75916911eb92013826c15523 100644 (file)
@@ -31,11 +31,19 @@ int main(int argc, char *argv[])
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/build_assert\n");
                printf("ccan/check_type\n");
+               printf("ccan/lstack\n");
+               printf("ccan/lqueue\n");
                return 0;
        }
 
        if (strcmp(argv[1], "testdepends") == 0) {
                printf("ccan/container_of\n");
+               printf("ccan/ptrint\n");
+               printf("ccan/array_size\n");
+               printf("ccan/tal\n");
+               printf("ccan/tal/str\n");
+               printf("ccan/tal/grab_file\n");
+               printf("ccan/take\n");
                return 0;
        }