]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/tests/Makefile
MFC r296586:
[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+= setjmp
19 TESTS_SUBDIRS+= stdio
20 TESTS_SUBDIRS+= stdlib
21 TESTS_SUBDIRS+= string
22 TESTS_SUBDIRS+= sys
23 TESTS_SUBDIRS+= termios
24 TESTS_SUBDIRS+= tls
25 TESTS_SUBDIRS+= ttyio
26
27 .if ${MK_ICONV} != "no"
28 TESTS_SUBDIRS+= iconv
29 .endif
30
31 .if ${MK_LOCALES} != "no"
32 TESTS_SUBDIRS+= locale
33 .endif
34
35 .if ${MK_SSP} != "no"
36 TESTS_SUBDIRS+= ssp
37 .endif
38
39 .include <bsd.test.mk>