]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/tests/Makefile
MFC r290177:
[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+= inet
14 TESTS_SUBDIRS+= net
15 TESTS_SUBDIRS+= regex
16 TESTS_SUBDIRS+= rpc
17 TESTS_SUBDIRS+= stdio
18 TESTS_SUBDIRS+= stdlib
19 TESTS_SUBDIRS+= string
20 TESTS_SUBDIRS+= sys
21 TESTS_SUBDIRS+= termios
22 TESTS_SUBDIRS+= tls
23 TESTS_SUBDIRS+= ttyio
24
25 .if ${MK_LOCALES} != "no"
26 TESTS_SUBDIRS+= locale
27 .endif
28
29 .if ${MK_SSP} != "no"
30 TESTS_SUBDIRS+= ssp
31 .endif
32
33 .include <bsd.test.mk>