Module Name: src
Committed By: pooka
Date: Sun Aug 1 08:32:18 UTC 2010
Modified Files:
src/tests/fs: Makefile
Log Message:
nfs now has tests in it, so need to convert from SUBDIR to
TESTS_SUBDIR. Once again I failed to see that one coming.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/fs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/fs/Makefile
diff -u src/tests/fs/Makefile:1.18 src/tests/fs/Makefile:1.19
--- src/tests/fs/Makefile:1.18 Mon Jul 26 15:53:00 2010
+++ src/tests/fs/Makefile Sun Aug 1 08:32:17 2010
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.18 2010/07/26 15:53:00 pooka Exp $
+# $NetBSD: Makefile,v 1.19 2010/08/01 08:32:17 pooka Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/fs
-SUBDIR+= common .WAIT nfs
+SUBDIR+= common .WAIT
-TESTS_SUBDIRS+= ffs kernfs lfs msdosfs nullfs psshfs ptyfs puffs
+TESTS_SUBDIRS+= ffs kernfs lfs msdosfs nfs nullfs psshfs ptyfs puffs
TESTS_SUBDIRS+= tmpfs umapfs union
TESTS_SUBDIRS+= vfs