svn commit: r292318 - head/lib/libc/tests/resolv

Garrett Cooper ngie at FreeBSD.org
Wed Dec 16 13:56:50 UTC 2015


Author: ngie
Date: Wed Dec 16 05:19:07 2015
New Revision: 292318
URL: https://svnweb.freebsd.org/changeset/base/292318

Log:
  Add Makefile accidentally missed in r292317
  
  MFC after: 1 week
  X-MFC with: r292317
  Sponsored by: EMC / Isilon Storage Division

Added:
  head/lib/libc/tests/resolv/Makefile   (contents, props changed)

Added: head/lib/libc/tests/resolv/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lib/libc/tests/resolv/Makefile	Wed Dec 16 05:19:07 2015	(r292318)
@@ -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>


More information about the svn-src-all mailing list