]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/tests/Makefile
gnu/dts: Update our copy of arm dts from Linux 4.16
[FreeBSD/FreeBSD.git] / lib / libc / tests / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.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+= inet
12 TESTS_SUBDIRS+= net
13 TESTS_SUBDIRS+= nss
14 TESTS_SUBDIRS+= regex
15 TESTS_SUBDIRS+= resolv
16 TESTS_SUBDIRS+= rpc
17 TESTS_SUBDIRS+= setjmp
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 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>