]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/geom/class/Makefile
MFH
[FreeBSD/FreeBSD.git] / tests / sys / geom / class / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4 FILESGROUPS=    TESTS
5 TESTSPACKAGE=   ${PACKAGE}
6 TESTSDIR=       ${TESTSBASE}/sys/geom/class
7
8 TESTS_SUBDIRS+= concat
9 TESTS_SUBDIRS+= eli
10 TESTS_SUBDIRS+= gate
11 # XXX: might not work due to geom(4) changes; more investigation's needed
12 #TESTS_SUBDIRS+=        gpt
13 TESTS_SUBDIRS+= mirror
14 TESTS_SUBDIRS+= nop
15 TESTS_SUBDIRS+= raid3
16 TESTS_SUBDIRS+= shsec
17 TESTS_SUBDIRS+= stripe
18 TESTS_SUBDIRS+= uzip
19
20 BINDIR=         ${TESTSDIR}
21
22 FILES+=         geom_subr.sh
23
24 .include <bsd.test.mk>