6528 need casesensitivity/normalization test cases for zfs-tests
[unleashed.git] / usr / src / test / zfs-tests / tests / functional / Makefile
blob6f3638a7ddfc43ee4a86c657ebd7a8640bc42f38
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.
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.
13 # Copyright (c) 2013, 2015 by Delphix. All rights reserved.
14 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
17 .PARALLEL: $(SUBDIRS)
19 SUBDIRS = acl \
20 atime \
21 bootfs \
22 cache \
23 cachefile \
24 casenorm \
25 checksum \
26 clean_mirror \
27 cli_root \
28 cli_user \
29 compression \
30 ctime \
31 delegate \
32 devices \
33 exec \
34 features \
35 grow_pool \
36 grow_replicas \
37 history \
38 holes \
39 inheritance \
40 inuse \
41 large_files \
42 largest_pool \
43 libzfs \
44 link_count \
45 mdb \
46 migration \
47 mmap \
48 mount \
49 mv_files \
50 nestedfs \
51 no_space \
52 nopwrite \
53 online_offline \
54 pool_names \
55 poolversion \
56 privilege \
57 quota \
58 redundancy \
59 refquota \
60 refreserv \
61 rename_dirs \
62 replacement \
63 reservation \
64 rootpool \
65 rsend \
66 scrub_mirror \
67 slog \
68 snapshot \
69 snapused \
70 sparse \
71 threadsappend \
72 truncate \
73 userquota \
74 utils_test \
75 write_dirs \
76 xattr \
77 zvol
79 include $(SRC)/test/Makefile.com