5767 fix several problems with zfs test suite
[unleashed.git] / usr / src / test / zfs-tests / tests / functional / Makefile
blob65838aba43852c2c1e376675d4f45fabebc59433
3 # This file and its contents are supplied under the terms of the
4 # Common Development and Distribution License ("CDDL"), version 1.0.
5 # You may only use this file in accordance with the terms of version
6 # 1.0 of the CDDL.
8 # A full copy of the text of the CDDL should have accompanied this
9 # source. A copy of the CDDL is also available via the Internet at
10 # http://www.illumos.org/license/CDDL.
14 # Copyright (c) 2013, 2014 by Delphix. All rights reserved.
17 .PARALLEL: $(SUBDIRS)
19 SUBDIRS = acl \
20 atime \
21 bootfs \
22 cache \
23 cachefile \
24 clean_mirror \
25 cli_root \
26 cli_user \
27 compression \
28 ctime \
29 delegate \
30 devices \
31 exec \
32 features \
33 grow_pool \
34 grow_replicas \
35 history \
36 holes \
37 inheritance \
38 interop \
39 inuse \
40 large_files \
41 largest_pool \
42 libzfs \
43 link_count \
44 mdb \
45 migration \
46 mmap \
47 mount \
48 mv_files \
49 nestedfs \
50 no_space \
51 nopwrite \
52 online_offline \
53 pool_names \
54 poolversion \
55 privilege \
56 quota \
57 redundancy \
58 refquota \
59 refreserv \
60 rename_dirs \
61 replacement \
62 reservation \
63 rootpool \
64 rsend \
65 scrub_mirror \
66 slog \
67 snapshot \
68 snapused \
69 sparse \
70 threadsappend \
71 truncate \
72 userquota \
73 utils_test \
74 write_dirs \
75 xattr \
76 zvol
79 include $(SRC)/test/Makefile.com