]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/libc/tests/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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+= stdio
17 TESTS_SUBDIRS+= stdlib
18 TESTS_SUBDIRS+= string
19 TESTS_SUBDIRS+= sys
20 TESTS_SUBDIRS+= termios
21 TESTS_SUBDIRS+= tls
22 TESTS_SUBDIRS+= ttyio
23
24 .if ${MK_LOCALES} != "no"
25 TESTS_SUBDIRS+= locale
26 .endif
27
28 .if ${MK_SSP} != "no"
29 TESTS_SUBDIRS+= ssp
30 .endif
31
32 .include <bsd.test.mk>