]> git.proxmox.com Git - mirror_zfs.git/blame - tests/zfs-tests/cmd/Makefile.am
Update ZTS to work on FreeBSD
[mirror_zfs.git] / tests / zfs-tests / cmd / Makefile.am
CommitLineData
6bb24f4d
BB
1EXTRA_DIST = file_common.h
2
3SUBDIRS = \
4 chg_usr_exec \
5 devname2devid \
6 dir_rd_update \
7 file_check \
8 file_trunc \
9 file_write \
30af21b0 10 get_diff \
6bb24f4d 11 largest_file \
b83a0e2d 12 libzfs_input_check \
6bb24f4d
BB
13 mkbusy \
14 mkfile \
15 mkfiles \
16 mktree \
17 mmap_exec \
b2ab468d 18 mmap_libaio \
6bb24f4d 19 mmapwrite \
d99a0153 20 nvlist_to_lua \
d2734cce 21 randwritecomp \
6bb24f4d
BB
22 readmmap \
23 rename_dir \
24 rm_lnkcnt_zero_file \
7839c4b5
MM
25 stride_dd \
26 threadsappend
27
28if BUILD_LINUX
29SUBDIRS += \
30 randfree_file \
31 user_ns_exec \
32 xattrtest
33endif