]> git.proxmox.com Git - mirror_zfs.git/blame - tests/zfs-tests/tests/functional/removal/Makefile.am
Detect IO errors during device removal
[mirror_zfs.git] / tests / zfs-tests / tests / functional / removal / Makefile.am
CommitLineData
a1d477c2
MA
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source. A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright (c) 2014, 2015 by Delphix. All rights reserved.
14#
15
16pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/removal
17
18dist_pkgdata_SCRIPTS = \
19 cleanup.ksh removal_all_vdev.ksh removal_check_space.ksh \
20 removal_condense_export.ksh removal_multiple_indirection.ksh \
21 removal_remap_deadlists.ksh removal_remap.ksh \
22 removal_reservation.ksh removal_resume_export.ksh \
23 removal_sanity.ksh removal_with_add.ksh removal_with_create_fs.ksh \
7c9a4292
BB
24 removal_with_dedup.ksh removal_with_errors.ksh \
25 removal_with_export.ksh removal_with_faulted.ksh \
a1d477c2
MA
26 removal_with_ganging.ksh removal_with_remap.ksh \
27 removal_with_remove.ksh removal_with_scrub.ksh \
28 removal_with_send.ksh removal_with_send_recv.ksh \
29 removal_with_snapshot.ksh removal_with_write.ksh \
30 removal_with_zdb.ksh remove_mirror.ksh remove_mirror_sanity.ksh \
7637ef8d 31 remove_raidz.ksh remove_expanded.ksh removal.kshlib
a1d477c2
MA
32
33pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/removal