|
@@ -50,9 +50,11 @@ int main(int argc, char *argv[])
|
|
|
|
|
|
|
|
if (strcmp(argv[1], "depends") == 0) {
|
|
if (strcmp(argv[1], "depends") == 0) {
|
|
|
printf("ccan/typesafe_cb\n");
|
|
printf("ccan/typesafe_cb\n");
|
|
|
|
|
+ return 0;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (strcmp(argv[1], "testdepends") == 0) {
|
|
|
printf("ccan/array_size\n");
|
|
printf("ccan/array_size\n");
|
|
|
return 0;
|
|
return 0;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
return 1;
|
|
return 1;
|
|
|
}
|
|
}
|