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