Lines Matching +full:zfs +full:- +full:tests
14 ACLOCAL_AMFLAGS = -I config
27 include $(srcdir)/%D%/tests/Makefile.am
36 extradir = $(prefix)/src/zfs-$(VERSION)
37 extra_HEADERS = zfs.release.in zfs_config.h.in
40 dist_noinst_DATA += autogen.sh copy-builtin
43 dist_noinst_DATA += module/lua/README.zfs module/os/linux/spl/README.md
48 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman
49 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman.descrip
50 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl
51 dist_noinst_DATA += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl.descrip
52 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
53 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams.descrip
54 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
55 dist_noinst_DATA += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl.descrip
58 dist_noinst_DATA += module/zfs/THIRDPARTYLICENSE.cityhash
59 dist_noinst_DATA += module/zfs/THIRDPARTYLICENSE.cityhash.descrip
71 PHONY += install-data-hook $(INSTALL_DATA_HOOKS)
72 install-data-hook: $(INSTALL_DATA_HOOKS)
74 PHONY += maintainer-clean-local
75 maintainer-clean-local:
76 -$(RM) $(GITREV)
78 PHONY += distclean-local
79 distclean-local:
80 -$(RM) -R autom4te*.cache build
81 -find . \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \
82 -o -name .pc -o -name .hg -o -name .git \) -prune -o \
83 \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
84 -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
85 -o -name '.*.rej' -o -size 0 -o -name '*%' -o -name '.*.cmd' \
86 -o -name 'core' -o -name 'Makefile' -o -name 'Module.symvers' \
87 -o -name '*.order' -o -name '*.markers' -o -name '*.gcda' \
88 -o -name '*.gcno' \) \
89 -type f -delete
92 clean-local: $(CLEAN_LOCAL)
95 all-local: $(ALL_LOCAL)
97 dist-hook:
98 $(top_srcdir)/scripts/make_gitrev.sh -D $(distdir) $(GITREV)
111 $(AM_V_at)if git rev-parse --git-dir > /dev/null 2>&1; then \
120 cstyle_line = -print0 | parallel -X0 ${top_srcdir}/scripts/cstyle.pl -cpP {}
122 cstyle_line = -exec ${top_srcdir}/scripts/cstyle.pl -cpP {} +
126 $(AM_V_at)find $(top_srcdir) -name build -prune \
127 -o -type f -name '*.[hc]' \
128 ! -name 'zfs_config.*' ! -name '*.mod.c' \
129 ! -name 'opt_global.h' ! -name '*_if*.h' \
130 ! -name 'zstd_compat_wrapper.h' \
131 ! -path './module/zstd/lib/*' \
132 ! -path './include/sys/lua/*' \
133 ! -path './module/lua/l*.[ch]' \
134 ! -path './module/zfs/lz4.c' \
137 filter_executable = -exec test -x '{}' \; -print
140 $(AM_V_at)[ $$(find $(top_srcdir)/tests/zfs-tests -type f \
141 \( -name '*.ksh' -not $(filter_executable) \) -o \
142 \( -name '*.kshlib' $(filter_executable) \) -o \
143 \( -name '*.shlib' $(filter_executable) \) -o \
144 \( -name '*.cfg' $(filter_executable) \) | \
145 tee /dev/stderr | wc -l) -eq 0 ]
149 $(AM_V_at)if git rev-parse --git-dir > /dev/null 2>&1; then \
150 git ls-files . --exclude-standard --others | \
156 @$(MAKE) -C module check-zstd-symbols
177 PHONY += regen-tests
178 regen-tests:
179 @$(MAKE) -C tests/zfs-tests/tests regen
184 find $(top_srcdir) -name '.?*' -prune \
185 -o -type f -name '*.[hcS]' -exec ctags -a {} +
190 find $(top_srcdir) -name '.?*' -prune \
191 -o -type f -name '*.[hcS]' -exec etags -a {} +
195 find $(top_srcdir) -name '.?*' -prune \
196 -o -type f -name '*.[hc]' -print >cscope.files
201 PHONY += pkg pkg-dkms pkg-kmod pkg-utils
203 pkg-dkms: @DEFAULT_PACKAGE@-dkms
204 pkg-kmod: @DEFAULT_PACKAGE@-kmod
205 pkg-utils: @DEFAULT_PACKAGE@-utils