]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/tests/Makefile
MFC r299704:
[FreeBSD/stable/10.git] / lib / libc / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 TESTSDIR=       ${TESTSBASE}/lib/libc
6
7 SUBDIR=         tls_dso
8
9 TESTS_SUBDIRS=  c063
10 TESTS_SUBDIRS+= db
11 TESTS_SUBDIRS+= gen
12 TESTS_SUBDIRS+= hash
13 TESTS_SUBDIRS+= iconv
14 TESTS_SUBDIRS+= inet
15 TESTS_SUBDIRS+= net
16 TESTS_SUBDIRS+= nss
17 TESTS_SUBDIRS+= regex
18 TESTS_SUBDIRS+= resolv
19 TESTS_SUBDIRS+= rpc
20 TESTS_SUBDIRS+= stdio
21 TESTS_SUBDIRS+= stdlib
22 TESTS_SUBDIRS+= string
23 TESTS_SUBDIRS+= sys
24 TESTS_SUBDIRS+= termios
25 TESTS_SUBDIRS+= tls
26 TESTS_SUBDIRS+= ttyio
27
28 .if ${MK_ICONV} != "no"
29 TESTS_SUBDIRS+= iconv
30 .endif
31
32 .if ${MK_LOCALES} != "no"
33 TESTS_SUBDIRS+= locale
34 .endif
35
36 .if ${MK_SSP} != "no"
37 TESTS_SUBDIRS+= ssp
38 .endif
39
40 .include <bsd.test.mk>