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 interop \ 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 78 79 80include $(SRC)/test/Makefile.com 81