Lines Matching +full:zfs +full:- +full:tests
9 %D%/man-dates.sh \
12 %D%/zfs-tests-color.sh
15 %D%/zfs-helpers.sh \
16 %D%/zfs-tests.sh \
17 %D%/zfs.sh \
32 %D%/zfs2zol-patch.sed \
33 %D%/zol2zfs-patch.sed
39 # Only required for in-tree use
41 export GDB="libtool --mode=execute gdb"
65 export KMOD_ZFS=$(abs_top_builddir)/module/zfs.ko
73 -$(AM_V_at)$(MKDIR_P) $(@D)
74 -$(AM_V_GEN)$(SED) -e '/^export BIN_DIR=/s|$$|$(abs_top_builddir)/tests/zfs-tests/bin|' \
75 -e '/^export SBIN_DIR=/s|$$|$(abs_top_builddir)|' \
76 -e '/^export LIBEXEC_DIR=/s|$$|$(abs_top_builddir)|' \
77 -e '/^export ZTS_DIR=/s|$$|$(abs_top_srcdir)/tests|' \
78 -e '/^export SCRIPT_DIR=/s|$$|$(abs_top_srcdir)/scripts|' \
80 -$(AM_V_at)echo "$$SCRIPTS_EXTRA_ENVIRONMENT" >>$@
82 ALL_LOCAL += scripts-all-local
83 scripts-all-local: %D%/common.sh $(PROGRAMS) $(SCRIPTS) $(DATA)
84 -SCRIPT_COMMON=$< $(srcdir)/%D%/zfs-tests.sh -c
86 CLEAN_LOCAL += scripts-clean-local
87 scripts-clean-local:
88 -$(RM) -r tests/zfs-tests/bin/
90 INSTALL_DATA_HOOKS += scripts-install-data-hook
91 scripts-install-data-hook: %D%/common.sh.in Makefile
92 -$(SED) -e '/^export BIN_DIR=/s|$$|$(bindir)|' \
93 -e '/^export SBIN_DIR=/s|$$|$(sbindir)|' \
94 -e '/^export LIBEXEC_DIR=/s|$$|$(zfsexecdir)|' \
95 -e '/^export ZTS_DIR=/s|$$|$(datadir)/$(PACKAGE)|' \
96 -e '/^export SCRIPT_DIR=/s|$$|$(datadir)/$(PACKAGE)|' \