]> git.ozlabs.org Git - ccan/blobdiff - ccan/crcsync/_info
endian: add constant versions.
[ccan] / ccan / crcsync / _info
index de60af4b9657f8809ac1470f6e2cbfd399cfc4cd..3713c777cc5532ea8bb11c91064fa9d7b92f3b43 100644 (file)
@@ -69,6 +69,9 @@
  *
  * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
+ * Ccanlint:
+ *     // We actually depend on the GPL crc routines, so not really LGPL :(
+ *     license_depends_compat FAIL
  */
 int main(int argc, char *argv[])
 {
@@ -77,6 +80,9 @@ int main(int argc, char *argv[])
 
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/crc\n");
+               return 0;
+       }
+       if (strcmp(argv[1], "testdepends") == 0) {
                printf("ccan/array_size\n");
                return 0;
        }