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 19 SUBDIRS = 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 link_count \ 42 mdb \ 43 migration \ 44 mmap \ 45 mount \ 46 mv_files \ 47 nestedfs \ 48 no_space \ 49 nopwrite \ 50 online_offline \ 51 pool_names \ 52 poolversion \ 53 privilege \ 54 quota \ 55 redundancy \ 56 refquota \ 57 refreserv \ 58 rename_dirs \ 59 replacement \ 60 reservation \ 61 rootpool \ 62 rsend \ 63 scrub_mirror \ 64 slog \ 65 snapshot \ 66 snapused \ 67 sparse \ 68 threadsappend \ 69 truncate \ 70 userquota \ 71 utils_test \ 72 write_dirs \ 73 xattr \ 74 zvol 75 76 77 include $(SRC)/test/Makefile.com