]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/tests/Makefile
libc/locale: don't expose nonexistant __collate_load_error
[FreeBSD/FreeBSD.git] / lib / libc / tests / Makefile
1
2 .include <src.opts.mk>
3
4 SUBDIR=         tls_dso
5
6 TESTS_SUBDIRS=  c063
7 TESTS_SUBDIRS+= db
8 TESTS_SUBDIRS+= gen
9 TESTS_SUBDIRS+= hash
10 TESTS_SUBDIRS+= inet
11 TESTS_SUBDIRS+= net
12 TESTS_SUBDIRS+= nss
13 TESTS_SUBDIRS+= regex
14 TESTS_SUBDIRS+= resolv
15 TESTS_SUBDIRS+= rpc
16 TESTS_SUBDIRS+= setjmp
17 TESTS_SUBDIRS+= stdio
18 TESTS_SUBDIRS+= stdlib
19 TESTS_SUBDIRS+= string
20 TESTS_SUBDIRS+= sys
21 TESTS_SUBDIRS+= termios
22 TESTS_SUBDIRS+= time
23 TESTS_SUBDIRS+= tls
24 TESTS_SUBDIRS+= ttyio
25
26 SUBDIR_DEPEND_tls= tls_dso
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>