mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
450 seconds This is required on slower network connections, and on older releases (stable/10 seems to be slower as far as name resolution goes.. not sure why yet). Remove an outdated comment in the Makefile from when I was working on this code over a year ago on github MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
14 lines
285 B
Makefile
14 lines
285 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/lib/libc/resolv
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
FILES+= mach
|
|
|
|
ATF_TESTS_C+= resolv_test
|
|
|
|
# Note: this test relies on being dynamically linked. You will get a
|
|
# spurious PASS for a statically linked test.
|
|
LIBADD.resolv_test+= pthread
|
|
|
|
.include <bsd.test.mk>
|