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