]> git.ozlabs.org Git - ccan/blobdiff - ccan/talloc/_info
time: test/run-monotonic backwards timemono_between fix.
[ccan] / ccan / talloc / _info
index b229ba2583b1001ce2569919cbb1b2d84be8eeb5..182299eaed2554910090892b9e3a63bfb5d1b867 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * talloc - tree allocator routines
@@ -100,6 +100,10 @@ int main(int argc, char *argv[])
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/compiler\n");
                printf("ccan/typesafe_cb\n");
+               return 0;
+       }
+
+       if (strcmp(argv[1], "testdepends") == 0) {
                printf("ccan/failtest\n");
                return 0;
        }