* fake-addrinfo-test.c: New file. * Makefile.in (check): Do pass arguments to addrinfo-test invocation added by Marc's patch. (fake-addrinfo-test): New target. (all): Depend on it. (SRCS): Fix typo in last change. Add fake-addrinfo-test.c. (OBJS): Add fake-addrinfo-test.o. from Marc Aurele La France: * Makefile.in: Build addrinfo-test. * addrinfo-test.c (main): 'numeric' -> 'numerichost'; Add -n option to set AI_NUMERICSERV (if available); print usage message when no arguments are given. Commit By: raeburn Revision: 17379 Changed Files: U trunk/src/tests/resolve/ChangeLog U trunk/src/tests/resolve/Makefile.in U trunk/src/tests/resolve/addrinfo-test.c A trunk/src/tests/resolve/fake-addrinfo-test.c