opnsense-src/lib/libc/tests/resolv/Makefile
Enji Cooper 159a783fdf Increase the timeout for resolv_test from the default (300 seconds) to
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
2015-12-23 18:48:32 +00:00

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>