]> git.ozlabs.org Git - ccan/blobdiff - ccan/antithread/_info.c
Major cleanup of makefiles, api tests.
[ccan] / ccan / antithread / _info.c
index 81c23e8ce1ebdc32d287e3b9bc1eea787dfe2011..24b4e997e0045aa08adbf7fe8902abec8ea4ffde 100644 (file)
@@ -6,6 +6,8 @@
  * antithread - Accelerated Native Technology Implementation of "threads"
  *
  * Threads suck.  Antithreads try not to.  FIXME.
+ *
+ * Licence: LGPL (2 or any later version)
  */
 int main(int argc, char *argv[])
 {
@@ -16,6 +18,7 @@ int main(int argc, char *argv[])
                printf("ccan/talloc\n");
                printf("ccan/alloc\n");
                printf("ccan/noerr\n");
+               printf("ccan/read_write_all\n"); /* For tests */
                return 0;
        }