Print this page
4206 history_003_pos relies on exact size of history log and entries
4207 history_008_pos depends on obsolete internal history log message
4208 Typo in zfs_main.c: "posxiuser"
4209 Populate zfstest with the remainder of the STF tests
Reviewed by: Sonu Pillai <sonu.pillai@delphix.com>
Reviewed by: Will Guyette <will.guyette@delphix.com>
Reviewed by: Eric Diven <eric.diven@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>

@@ -1,6 +1,7 @@
 #
+#
 # This file and its contents are supplied under the terms of the
 # Common Development and Distribution License ("CDDL"), version 1.0.
 # You may only use this file in accordance with the terms of version
 # 1.0 of the CDDL.
 #

@@ -8,18 +9,69 @@
 # source.  A copy of the CDDL is also available via the Internet at
 # http://www.illumos.org/license/CDDL.
 #
 
 #
-# Copyright (c) 2012 by Delphix. All rights reserved.
+# Copyright (c) 2013 by Delphix. All rights reserved.
 #
 
 .PARALLEL: $(SUBDIRS)
 
 SUBDIRS = acl \
         atime \
         bootfs \
+        cache \
+        cachefile \
+        clean_mirror \
         cli_root \
+        cli_user \
+        compression \
+        ctime \
+        delegate \
+        devices \
+        exec \
+        features \
+        grow_pool \
+        grow_replicas \
+        history \
+        inheritance \
+        interop \
+        inuse \
+        large_files \
+        largest_pool \
+        link_count \
+        mdb \
+        migration \
+        mmap \
+        mount \
+        mv_files \
+        nestedfs \
+        no_space \
         nopwrite \
-        truncate
+        online_offline \
+        pool_names \
+        poolversion \
+        privilege \
+        quota \
+        redundancy \
+        refquota \
+        refreserv \
+        rename_dirs \
+        replacement \
+        reservation \
+        rootpool \
+        rsend \
+        scrub_mirror \
+        slog \
+        snapshot \
+        snapused \
+        sparse \
+        threadsappend \
+        truncate \
+        userquota \
+        utils_test \
+        write_dirs \
+        xattr \
+        zvol
 
+
 include $(SRC)/test/Makefile.com