Add zfault zpool configurations and tests
[zfs.git] / scripts / Makefile.in
index 2a1a450..8c6e67d 100644 (file)
@@ -316,6 +316,7 @@ SUBDIRS = zpool-config zpool-layout zpios-test zpios-profile
 dist_pkglibexec_SCRIPTS = \
        $(top_builddir)/scripts/common.sh \
        $(top_srcdir)/scripts/zconfig.sh \
+       $(top_srcdir)/scripts/zfault.sh \
        $(top_srcdir)/scripts/zfs.sh \
        $(top_srcdir)/scripts/zpool-create.sh \
        $(top_srcdir)/scripts/zpios.sh \
@@ -324,6 +325,7 @@ dist_pkglibexec_SCRIPTS = \
 
 ZFS = $(top_builddir)/scripts/zfs.sh
 ZCONFIG = $(top_builddir)/scripts/zconfig.sh
+ZFAULT = $(top_builddir)/scripts/zfault.sh
 ZTEST = $(top_builddir)/cmd/ztest/ztest
 ZPIOS_SANITY = $(top_builddir)/scripts/zpios-sanity.sh
 all: all-recursive
@@ -744,7 +746,13 @@ check:
        @echo -n " ZCONFIG "
        @echo    "==================================="
        @echo
-       @$(ZCONFIG)
+       @$(ZCONFIG) -c
+       @echo
+       @echo -n "==================================="
+       @echo -n " ZFAULT "
+       @echo    "==================================="
+       @echo
+       @$(ZFAULT) -c
        @echo
        @echo -n "===================================="
        @echo -n " ZPIOS "