mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
523fc80069
Additional test cases for the btree implementation, see #9181. Reviewed-by: Paul Dagnelie <pcd@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: John Kennedy <john.kennedy@delphix.com> Closes #9717
35 lines
468 B
Makefile
35 lines
468 B
Makefile
EXTRA_DIST = file_common.h
|
|
|
|
SUBDIRS = \
|
|
btree_test \
|
|
chg_usr_exec \
|
|
devname2devid \
|
|
dir_rd_update \
|
|
file_check \
|
|
file_trunc \
|
|
file_write \
|
|
get_diff \
|
|
largest_file \
|
|
libzfs_input_check \
|
|
mkbusy \
|
|
mkfile \
|
|
mkfiles \
|
|
mktree \
|
|
mmap_exec \
|
|
mmap_libaio \
|
|
mmapwrite \
|
|
nvlist_to_lua \
|
|
randwritecomp \
|
|
readmmap \
|
|
rename_dir \
|
|
rm_lnkcnt_zero_file \
|
|
stride_dd \
|
|
threadsappend
|
|
|
|
if BUILD_LINUX
|
|
SUBDIRS += \
|
|
randfree_file \
|
|
user_ns_exec \
|
|
xattrtest
|
|
endif
|