]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/tests/nss/Makefile
Upgrade our copies of clang, llvm, lld and lldb to r309439 from the
[FreeBSD/FreeBSD.git] / lib / libc / tests / nss / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR:H}/resolv
4
5 PACKAGE=        tests
6
7 TESTSDIR=       ${TESTSBASE}/lib/libc/nss
8
9 BINDIR=         ${TESTSDIR}
10
11 ATF_TESTS_C+=   getaddrinfo_test
12 ATF_TESTS_C+=   getgr_test
13 ATF_TESTS_C+=   gethostby_test
14 TEST_METADATA.gethostby_test=   timeout="1200"
15 ATF_TESTS_C+=   getpw_test
16 ATF_TESTS_C+=   getproto_test
17 ATF_TESTS_C+=   getrpc_test
18 ATF_TESTS_C+=   getserv_test
19 ATF_TESTS_C+=   getusershell_test
20
21 ${PACKAGE}FILES+=       mach
22
23 WARNS?=         3
24
25 CFLAGS+=        -I${SRCTOP}/tests
26
27 .include <bsd.test.mk>