Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs nfs now has tests in it, so need to convert from SU...



details:   https://anonhg.NetBSD.org/src/rev/806293c8e2ad
branches:  trunk
changeset: 756782:806293c8e2ad
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Aug 01 08:32:17 2010 +0000

description:
nfs now has tests in it, so need to convert from SUBDIR to
TESTS_SUBDIR.  Once again I failed to see that one coming.

diffstat:

 tests/fs/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r e91dc5a3c54a -r 806293c8e2ad tests/fs/Makefile
--- a/tests/fs/Makefile Sun Aug 01 08:16:14 2010 +0000
+++ b/tests/fs/Makefile Sun Aug 01 08:32:17 2010 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index