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:
parent
b4708e84a3
commit
a024657320
15
lib/libc/tests/resolv/Makefile
Normal file
15
lib/libc/tests/resolv/Makefile
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user