diff options
author | ngie <ngie@FreeBSD.org> | 2015-12-16 05:19:07 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-12-16 05:19:07 +0000 |
commit | a024657320f7ca7fb8eab6c07145aef0ffbaae11 (patch) | |
tree | 1eb15d9cf5231b8166621961c5838cc3371ab314 /lib/libc/tests | |
parent | b4708e84a36d6b62c7838c34e41c238db872c698 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libc/tests/resolv/Makefile | 15 |
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> |