Add Makefile accidentally missed in r292317

MFC after: 1 week
X-MFC with: r292317
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
ngie 2015-12-16 05:19:07 +00:00
parent b4708e84a3
commit a024657320

View File

@ -0,0 +1,15 @@
# $FreeBSD$
TESTSDIR= ${TESTSBASE}/lib/libc/resolv
BINDIR= ${TESTSDIR}
FILES+= mach
ATF_TESTS_C+= resolv_test
#TEST_METADATA.resolv_test= timeout="1800"
# 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>