xref: /illumos-gate/usr/src/test/zfs-tests/tests/functional/Makefile (revision c3d26abc9ee97b4f60233556aadeb57e0bd30bb9)
1#
2#
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.
7#
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.
11#
12
13#
14# Copyright (c) 2013, 2015 by Delphix. All rights reserved.
15#
16
17.PARALLEL: $(SUBDIRS)
18
19SUBDIRS = acl \
20	atime \
21	bootfs \
22	cache \
23	cachefile \
24	checksum \
25	clean_mirror \
26	cli_root \
27	cli_user \
28	compression \
29	ctime \
30	delegate \
31	devices \
32	exec \
33	features \
34	grow_pool \
35	grow_replicas \
36	history \
37	holes \
38	inheritance \
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
77
78
79include $(SRC)/test/Makefile.com
80