summaryrefslogtreecommitdiff
path: root/tests/fs/Makefile
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2011-03-10 20:02:26 +0000
committerpooka <pooka@NetBSD.org>2011-03-10 20:02:26 +0000
commitca5bc71e9ffbcf0e98f734cbcdaee29d03c218e5 (patch)
treefef9485e4bfeee7243f5c130953139ec6cc338a7 /tests/fs/Makefile
parent1026689d5b608c497fc8e1377d1e0e4781f29255 (diff)
Add one simple test case which checks that zpool create results in
a mounted file system. Then run away as quickly as possible.
Diffstat (limited to 'tests/fs/Makefile')
-rw-r--r--tests/fs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/fs/Makefile b/tests/fs/Makefile
index 158e9b59d40..99b14abd8d3 100644
--- a/tests/fs/Makefile
+++ b/tests/fs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2011/02/18 13:07:54 pooka Exp $
+# $NetBSD: Makefile,v 1.21 2011/03/10 20:02:26 pooka Exp $
.include <bsd.own.mk>
@@ -10,6 +10,10 @@ TESTS_SUBDIRS+= ffs hfs kernfs lfs msdosfs nfs nullfs psshfs ptyfs puffs
TESTS_SUBDIRS+= tmpfs umapfs union
TESTS_SUBDIRS+= vfs
+.if ${MKZFS} != "no"
+TESTS_SUBDIRS+= zfs
+.endif
+
FILES= h_funcs.subr
FILESDIR= ${TESTSDIR}