2009-01-20 23:43:21 +00:00
|
|
|
SUBDIRS = zpool-config
|
|
|
|
EXTRA_DIST = common.sh zfs-update.sh zfs.sh zpool-create.sh
|
2008-12-05 17:46:11 +00:00
|
|
|
|
2009-03-18 21:19:04 +00:00
|
|
|
ZFS=${top_srcdir}/scripts/zfs.sh
|
|
|
|
ZTEST=${top_builddir}/cmd/ztest/ztest
|
|
|
|
ZPIOS=${top_srcdir}/scripts/zpios.sh
|
|
|
|
|
2008-12-05 17:46:11 +00:00
|
|
|
check:
|
2009-03-18 21:19:04 +00:00
|
|
|
$(ZFS) -v
|
|
|
|
$(ZTEST) -V
|
|
|
|
$(ZPIOS) -c file-raid0 -t tiny
|
|
|
|
$(ZPIOS) -c file-raid10 -t tiny
|
|
|
|
$(ZPIOS) -c file-raidz -t tiny
|
|
|
|
$(ZPIOS) -c file-raidz2 -t tiny
|
|
|
|
$(ZPIOS) -c lo-raid0 -t tiny
|
|
|
|
$(ZPIOS) -c lo-raid10 -t tiny
|
|
|
|
$(ZPIOS) -c lo-raidz -t tiny
|
|
|
|
$(ZPIOS) -c lo-raidz2 -t tiny
|
|
|
|
$(ZFS) -vu
|