]> git.ozlabs.org Git - ccan/blobdiff - ccan/bytestring/_info
ccanlint: Move ccanlint test options from _info comments to code
[ccan] / ccan / bytestring / _info
index c2aab2d8d562a7b4440c8ee868fe98bcc05bf1e6..34b0d1290c1e6bf7fb9035ea7d61ccc73b75120a 100644 (file)
@@ -35,6 +35,8 @@ int main(int argc, char *argv[])
 
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/array_size\n");
+               printf("ccan/mem\n");
+               printf("ccan/compiler\n");
                return 0;
        }