]> git.proxmox.com Git - mirror_zfs.git/blob - scripts/Makefile.am
Add ziltest.sh
[mirror_zfs.git] / scripts / Makefile.am
1 SUBDIRS = zpool-config zpios-test zpios-profile
2
3 EXTRA_DIST = dkms.mkconf dkms.postbuild 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/ziltest.sh \
11 $(top_srcdir)/scripts/zimport.sh \
12 $(top_srcdir)/scripts/zfs.sh \
13 $(top_srcdir)/scripts/zpool-create.sh \
14 $(top_srcdir)/scripts/zpios.sh \
15 $(top_srcdir)/scripts/zpios-sanity.sh \
16 $(top_srcdir)/scripts/zpios-survey.sh \
17 $(top_srcdir)/scripts/smb.sh
18
19 ZFS=$(top_builddir)/scripts/zfs.sh
20 ZCONFIG=$(top_builddir)/scripts/zconfig.sh
21 ZFAULT=$(top_builddir)/scripts/zfault.sh
22 ZIMPORT=$(top_builddir)/scripts/zimport.sh
23 ZTEST=$(top_builddir)/cmd/ztest/ztest
24 ZPIOS_SANITY=$(top_builddir)/scripts/zpios-sanity.sh
25
26 check:
27 @$(ZFS) -u
28 @echo
29 @echo -n "===================================="
30 @echo -n " ZTEST "
31 @echo "===================================="
32 @echo
33 @$(ZFS)
34 @$(ZTEST) -V
35 @$(ZFS) -u
36 @echo
37 @echo
38 @echo -n "==================================="
39 @echo -n " ZCONFIG "
40 @echo "==================================="
41 @echo
42 @$(ZCONFIG) -c
43 @echo
44 @echo -n "==================================="
45 @echo -n " ZFAULT "
46 @echo "==================================="
47 @echo
48 @$(ZFAULT) -c
49 @echo
50 @echo -n "===================================="
51 @echo -n " ZPIOS "
52 @echo "===================================="
53 @echo
54 @$(ZFS)
55 @$(ZPIOS_SANITY)
56 @$(ZFS) -u
57 @echo