]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/geom/class/Makefile
tests/netinet: push variable 'sin' into function scope
[FreeBSD/FreeBSD.git] / tests / sys / geom / class / Makefile
1
2 .include <src.opts.mk>
3
4 PACKAGE=        tests
5
6 TESTSDIR=       ${TESTSBASE}/sys/geom/class
7
8 TESTS_SUBDIRS+= concat
9 .if ${MK_OPENSSL} != "no"
10 TESTS_SUBDIRS+= eli
11 .endif
12 TESTS_SUBDIRS+= gate
13 TESTS_SUBDIRS+= mirror
14 TESTS_SUBDIRS+= multipath
15 TESTS_SUBDIRS+= nop
16 TESTS_SUBDIRS+= part
17 TESTS_SUBDIRS+= raid3
18 TESTS_SUBDIRS+= shsec
19 TESTS_SUBDIRS+= stripe
20 TESTS_SUBDIRS+= union
21 TESTS_SUBDIRS+= uzip
22
23 ${PACKAGE}FILES+=       geom_subr.sh
24
25 .include <bsd.test.mk>