diff options
author | Rob Norris <[email protected]> | 2023-07-11 20:46:33 +1000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2023-07-26 08:46:58 -0700 |
commit | 36d1a3ef4ed923803a5b57c55cd46e071bdb4826 (patch) | |
tree | 2a35f3952ec170d2619c8d51789bdd932f0464b9 /tests/zfs-tests/cmd/Makefile.am | |
parent | 2768dc04cc45b2506a5f2f3b7c5da17eb42ec3c3 (diff) |
zts: block cloning tests
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Kay Pedersen <[email protected]>
Signed-off-by: Rob Norris <[email protected]>
Sponsored-By: OpenDrives Inc.
Sponsored-By: Klara Inc.
Closes #15050
Closes #405
Closes #13349
Diffstat (limited to 'tests/zfs-tests/cmd/Makefile.am')
-rw-r--r-- | tests/zfs-tests/cmd/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/zfs-tests/cmd/Makefile.am b/tests/zfs-tests/cmd/Makefile.am index 066abb6ce..9bdb3c209 100644 --- a/tests/zfs-tests/cmd/Makefile.am +++ b/tests/zfs-tests/cmd/Makefile.am @@ -119,6 +119,7 @@ scripts_zfs_tests_bin_PROGRAMS += %D%/renameat2 scripts_zfs_tests_bin_PROGRAMS += %D%/xattrtest scripts_zfs_tests_bin_PROGRAMS += %D%/zed_fd_spill-zedlet scripts_zfs_tests_bin_PROGRAMS += %D%/idmap_util +scripts_zfs_tests_bin_PROGRAMS += %D%/clonefile %C%_idmap_util_LDADD = libspl.la |