aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/tests/zfs-tests/tests/functional/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/openzfs/tests/zfs-tests/tests/functional/Makefile.am')
-rw-r--r--sys/contrib/openzfs/tests/zfs-tests/tests/functional/Makefile.am95
1 files changed, 0 insertions, 95 deletions
diff --git a/sys/contrib/openzfs/tests/zfs-tests/tests/functional/Makefile.am b/sys/contrib/openzfs/tests/zfs-tests/tests/functional/Makefile.am
deleted file mode 100644
index 9164650e3419..000000000000
--- a/sys/contrib/openzfs/tests/zfs-tests/tests/functional/Makefile.am
+++ /dev/null
@@ -1,95 +0,0 @@
-SUBDIRS = \
- acl \
- alloc_class \
- arc \
- atime \
- bootfs \
- btree \
- cache \
- cachefile \
- casenorm \
- channel_program \
- chattr \
- checksum \
- clean_mirror \
- cli_root \
- cli_user \
- compression \
- cp_files \
- crtime \
- ctime \
- deadman \
- delegate \
- devices \
- dos_attributes \
- events \
- exec \
- fallocate \
- fault \
- features \
- grow \
- history \
- hkdf \
- inheritance \
- inuse \
- io \
- l2arc \
- large_files \
- largest_pool \
- libzfs \
- limits \
- link_count \
- log_spacemap \
- migration \
- mmap \
- mmp \
- mount \
- mv_files \
- nestedfs \
- no_space \
- nopwrite \
- online_offline \
- pam \
- pool_checkpoint \
- pool_names \
- poolversion \
- privilege \
- procfs \
- projectquota \
- pyzfs \
- quota \
- raidz \
- redacted_send \
- redundancy \
- refquota \
- refreserv \
- removal \
- rename_dirs \
- replacement \
- reservation \
- rootpool \
- rsend \
- scrub_mirror \
- slog \
- snapshot \
- snapused \
- sparse \
- stat \
- suid \
- threadsappend \
- trim \
- truncate \
- upgrade \
- user_namespace \
- userquota \
- vdev_zaps \
- write_dirs \
- xattr \
- zpool_influxdb \
- zvol
-
-if BUILD_LINUX
-SUBDIRS += \
- simd \
- tmpfile
-endif