xref: /illumos-gate/usr/src/test/zfs-tests/tests/functional/Makefile (revision dcbf3bd6a1f1360fc1afcee9e22c6dcff7844bf2)
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) 2013, 2015 by Delphix. All rights reserved.
14# Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
15#
16
17.PARALLEL: $(SUBDIRS)
18
19SUBDIRS = 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	vdev_zaps \
76	write_dirs \
77	xattr \
78	zvol
79
80include $(SRC)/test/Makefile.com
81