X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Faltstack%2F_info;fp=ccan%2Faltstack%2F_info;h=7accf8648108841b7f42e0fb9f97e8d5a9e919e6;hb=029a45b84fe60f8012dc1c740709db2c2e620d38;hp=2713bd0e1534ef42a36e6ea8d0f6ffda51ab3aab;hpb=15c555b335126e5210c2847048f85dd078e71cf7;p=ccan diff --git a/ccan/altstack/_info b/ccan/altstack/_info index 2713bd0e..7accf864 100644 --- a/ccan/altstack/_info +++ b/ccan/altstack/_info @@ -122,6 +122,11 @@ int main(int argc, char *argv[]) if (strcmp(argv[1], "depends") == 0) return 0; + if (strcmp(argv[1], "testdepends") == 0) { + printf("ccan/ptrint\n"); + return 0; + } + if (strcmp(argv[1], "ported") == 0) { #ifdef __x86_64__ printf("\n");