xref: /illumos-gate/usr/src/test/zfs-tests/tests/functional/Makefile (revision bbe876c07ed632b8f85e195d41e7948382064a95)
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 by Delphix. All rights reserved.
15#
16
17.PARALLEL: $(SUBDIRS)
18
19SUBDIRS = 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	inheritance \
37	interop \
38	inuse \
39	large_files \
40	largest_pool \
41	libzfs \
42	link_count \
43	mdb \
44	migration \
45	mmap \
46	mount \
47	mv_files \
48	nestedfs \
49	no_space \
50	nopwrite \
51	online_offline \
52	pool_names \
53	poolversion \
54	privilege \
55	quota \
56	redundancy \
57	refquota \
58	refreserv \
59	rename_dirs \
60	replacement \
61	reservation \
62	rootpool \
63	rsend \
64	scrub_mirror \
65	slog \
66	snapshot \
67	snapused \
68	sparse \
69	threadsappend \
70	truncate \
71	userquota \
72	utils_test \
73	write_dirs \
74	xattr \
75	zvol
76
77
78include $(SRC)/test/Makefile.com
79