834063202a
If the underlying provider's physical path is null, then the gpart device's physical path will be, too. Otherwise, it will append the partition name, such as "/p1" or "/s1/a". This will make gpart work better with zfsd(8). PR: 224965 MFC after: 3 weeks Differential Revision: https://reviews.freebsd.org/D14010
21 lines
340 B
Makefile
21 lines
340 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/geom/class
|
|
|
|
TESTS_SUBDIRS+= concat
|
|
TESTS_SUBDIRS+= eli
|
|
TESTS_SUBDIRS+= gate
|
|
TESTS_SUBDIRS+= mirror
|
|
TESTS_SUBDIRS+= nop
|
|
TESTS_SUBDIRS+= part
|
|
TESTS_SUBDIRS+= raid3
|
|
TESTS_SUBDIRS+= shsec
|
|
TESTS_SUBDIRS+= stripe
|
|
TESTS_SUBDIRS+= uzip
|
|
|
|
${PACKAGE}FILES+= geom_subr.sh
|
|
|
|
.include <bsd.test.mk>
|