xref: /freebsd/lib/libc/tests/resolv/Makefile (revision ae316d1d1cffd71ab7751f94e10118777a88e027)
1PACKAGE=	tests
2
3TESTSDIR=	${TESTSBASE}/lib/libc/resolv
4
5${PACKAGE}FILES+=		mach
6
7ATF_TESTS_C+=	resolv_test
8
9# Note: this test relies on being dynamically linked.  You will get a
10# spurious PASS for a statically linked test.
11LIBADD.resolv_test+=	pthread
12
13.include <bsd.test.mk>
14