summaryrefslogtreecommitdiff
path: root/lib/libc/tests/resolv/Makefile
diff options
context:
space:
mode:
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 0000000000000..cb82da67c4f72
--- /dev/null
+++ b/lib/libc/tests/resolv/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PACKAGE= tests
+
+TESTSDIR= ${TESTSBASE}/lib/libc/resolv
+
+${PACKAGE}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>