]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/geom/class/Makefile
MFC r329273, r329275, r329277, r329284, r329344
[FreeBSD/FreeBSD.git] / tests / sys / geom / class / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/sys/geom/class
6
7 TESTS_SUBDIRS+= concat
8 TESTS_SUBDIRS+= eli
9 TESTS_SUBDIRS+= gate
10 TESTS_SUBDIRS+= mirror
11 TESTS_SUBDIRS+= nop
12 TESTS_SUBDIRS+= part
13 TESTS_SUBDIRS+= raid3
14 TESTS_SUBDIRS+= shsec
15 TESTS_SUBDIRS+= stripe
16 TESTS_SUBDIRS+= uzip
17
18 ${PACKAGE}FILES+=       geom_subr.sh
19
20 .include <bsd.test.mk>