]> git.proxmox.com Git - mirror_zfs.git/blame - tests/zfs-tests/tests/functional/Makefile.am
Expose additional file level attributes
[mirror_zfs.git] / tests / zfs-tests / tests / functional / Makefile.am
CommitLineData
6bb24f4d
BB
1SUBDIRS = \
2 acl \
cc99f275 3 alloc_class \
5e021f56 4 arc \
6bb24f4d
BB
5 atime \
6 bootfs \
523fc800 7 btree \
6bb24f4d
BB
8 cache \
9 cachefile \
10 casenorm \
d99a0153 11 channel_program \
b4d8e2be 12 chattr \
3c67d83a 13 checksum \
6bb24f4d
BB
14 clean_mirror \
15 cli_root \
16 cli_user \
17 compression \
599b8648 18 cp_files \
8ae86e2e 19 crtime \
6bb24f4d 20 ctime \
8fb1ede1 21 deadman \
6bb24f4d
BB
22 delegate \
23 devices \
39a4daf7 24 dos_attributes \
3f03fc8d 25 events \
6bb24f4d 26 exec \
f734301d 27 fallocate \
ec0e24c2 28 fault \
6bb24f4d 29 features \
e4a3297a 30 grow \
6bb24f4d 31 history \
4807c0ba 32 hkdf \
6bb24f4d
BB
33 inheritance \
34 inuse \
a584ef26 35 io \
08532162 36 l2arc \
6bb24f4d
BB
37 large_files \
38 largest_pool \
449705db 39 libzfs \
0f5f2386 40 limits \
6bb24f4d 41 link_count \
93e28d66 42 log_spacemap \
6bb24f4d
BB
43 migration \
44 mmap \
379ca9cf 45 mmp \
6bb24f4d
BB
46 mount \
47 mv_files \
48 nestedfs \
49 no_space \
50 nopwrite \
51 online_offline \
221e6704 52 pam \
d2734cce 53 pool_checkpoint \
6bb24f4d
BB
54 pool_names \
55 poolversion \
56 privilege \
d1261452 57 procfs \
9c5167d1 58 projectquota \
93e28d66 59 pyzfs \
6bb24f4d 60 quota \
ab9f4b0b 61 raidz \
30af21b0 62 redacted_send \
6bb24f4d
BB
63 redundancy \
64 refquota \
65 refreserv \
a1d477c2 66 removal \
6bb24f4d
BB
67 rename_dirs \
68 replacement \
69 reservation \
70 rootpool \
71 rsend \
72 scrub_mirror \
73 slog \
74 snapshot \
75 snapused \
76 sparse \
3fa5266d 77 stat \
9fb6abe5 78 suid \
6bb24f4d 79 threadsappend \
1b939560 80 trim \
6bb24f4d 81 truncate \
1de321e6 82 upgrade \
0e85048f 83 user_namespace \
6bb24f4d 84 userquota \
e0ab3ab5 85 vdev_zaps \
6bb24f4d
BB
86 write_dirs \
87 xattr \
e9527d44 88 zpool_influxdb \
6bb24f4d 89 zvol
28f7427a
RM
90
91if BUILD_LINUX
92SUBDIRS += \
8e94ac0e 93 simd \
28f7427a
RM
94 tmpfile
95endif