From 0420748b8fb00d4ffee25d1a1debb76e17277205 Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 14 Jun 2010 14:51:41 +0000 Subject: [PATCH] Descend into ptyfs tests now that the necessary rump components are there. --- tests/fs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fs/Makefile b/tests/fs/Makefile index 3a5b9ce06ccc..3aef82e93de7 100644 --- a/tests/fs/Makefile +++ b/tests/fs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2010/04/13 10:27:52 pooka Exp $ +# $NetBSD: Makefile,v 1.10 2010/06/14 14:51:41 pooka Exp $ .include TESTSDIR= ${TESTSBASE}/fs -SUBDIR+= ffs kernfs msdosfs nullfs puffs tmpfs umapfs union +SUBDIR+= ffs kernfs msdosfs nullfs ptyfs puffs tmpfs umapfs union FILES= h_funcs.subr FILESDIR= ${TESTSDIR}