summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests/resolv/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-12-16 05:19:07 +0000
committerngie <ngie@FreeBSD.org>2015-12-16 05:19:07 +0000
commita024657320f7ca7fb8eab6c07145aef0ffbaae11 (patch)
tree1eb15d9cf5231b8166621961c5838cc3371ab314 /lib/libc/tests/resolv/Makefile
parentb4708e84a36d6b62c7838c34e41c238db872c698 (diff)
downloadFreeBSD-src-a024657320f7ca7fb8eab6c07145aef0ffbaae11.zip
FreeBSD-src-a024657320f7ca7fb8eab6c07145aef0ffbaae11.tar.gz
Add Makefile accidentally missed in r292317
MFC after: 1 week X-MFC with: r292317 Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libc/tests/resolv/Makefile')
-rw-r--r--lib/libc/tests/resolv/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/libc/tests/resolv/Makefile b/lib/libc/tests/resolv/Makefile
new file mode 100644
index 0000000..4e4e62be
--- /dev/null
+++ b/lib/libc/tests/resolv/Makefile
@@ -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>
OpenPOWER on IntegriCloud