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