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