]> git.proxmox.com Git - mirror_zfs.git/blob - scripts/Makefile.am
Add zimport.sh compatibility test script
[mirror_zfs.git] / scripts / Makefile.am
1 SUBDIRS = zpool-config zpios-test zpios-profile
2
3 EXTRA_DIST = dkms.mkconf dkms.postinst kmodtool zfs2zol-patch.sed cstyle.pl
4
5 pkgdatadir = $(datadir)/@PACKAGE@
6 dist_pkgdata_SCRIPTS = \
7 $(top_builddir)/scripts/common.sh \
8 $(top_srcdir)/scripts/zconfig.sh \
9 $(top_srcdir)/scripts/zfault.sh \
10 $(top_srcdir)/scripts/zimport.sh \
11 $(top_srcdir)/scripts/zfs.sh \
12 $(top_srcdir)/scripts/zpool-create.sh \
13 $(top_srcdir)/scripts/zpios.sh \
14 $(top_srcdir)/scripts/zpios-sanity.sh \
15 $(top_srcdir)/scripts/zpios-survey.sh \
16 $(top_srcdir)/scripts/smb.sh
17
18 ZFS=$(top_builddir)/scripts/zfs.sh
19 ZCONFIG=$(top_builddir)/scripts/zconfig.sh
20 ZFAULT=$(top_builddir)/scripts/zfault.sh
21 ZIMPORT=$(top_builddir)/scripts/zimport.sh
22 ZTEST=$(top_builddir)/cmd/ztest/ztest
23 ZPIOS_SANITY=$(top_builddir)/scripts/zpios-sanity.sh
24
25 check:
26 @$(ZFS) -u
27 @echo
28 @echo -n "===================================="
29 @echo -n " ZTEST "
30 @echo "===================================="
31 @echo
32 @$(ZFS)
33 @$(ZTEST) -V
34 @$(ZFS) -u
35 @echo
36 @echo
37 @echo -n "==================================="
38 @echo -n " ZCONFIG "
39 @echo "==================================="
40 @echo
41 @$(ZCONFIG) -c
42 @echo
43 @echo -n "==================================="
44 @echo -n " ZFAULT "
45 @echo "==================================="
46 @echo
47 @$(ZFAULT) -c
48 @echo
49 @echo -n "===================================="
50 @echo -n " ZPIOS "
51 @echo "===================================="
52 @echo
53 @$(ZFS)
54 @$(ZPIOS_SANITY)
55 @$(ZFS) -u
56 @echo