]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/tests/Makefile
More 'tests' packaging fixes.
[FreeBSD/FreeBSD.git] / lib / libc / tests / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PACKAGE=        tests
6 FILESGROUPS=    TESTS
7 TESTSPACKAGE=   ${PACKAGE}
8
9 SUBDIR=         tls_dso
10
11 TESTS_SUBDIRS=  c063
12 TESTS_SUBDIRS+= db
13 TESTS_SUBDIRS+= gen
14 TESTS_SUBDIRS+= hash
15 TESTS_SUBDIRS+= inet
16 TESTS_SUBDIRS+= net
17 TESTS_SUBDIRS+= nss
18 TESTS_SUBDIRS+= regex
19 TESTS_SUBDIRS+= resolv
20 TESTS_SUBDIRS+= rpc
21 TESTS_SUBDIRS+= stdio
22 TESTS_SUBDIRS+= stdlib
23 TESTS_SUBDIRS+= string
24 TESTS_SUBDIRS+= sys
25 TESTS_SUBDIRS+= termios
26 TESTS_SUBDIRS+= tls
27 TESTS_SUBDIRS+= ttyio
28
29 .if ${MK_LOCALES} != "no"
30 TESTS_SUBDIRS+= locale
31 .endif
32
33 .if ${MK_SSP} != "no"
34 TESTS_SUBDIRS+= ssp
35 .endif
36
37 .include <bsd.test.mk>