Source-Changes-HG archive

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

[src/trunk]: src Build & install msdosfs snapshot test and deal with the happ...



details:   https://anonhg.NetBSD.org/src/rev/3e7f9c5489ae
branches:  trunk
changeset: 753895:3e7f9c5489ae
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Apr 13 10:27:52 2010 +0000

description:
Build & install msdosfs snapshot test and deal with the happy happy
joy joy setlistdist etcetc. stuff.

diffstat:

 distrib/sets/lists/tests/mi |  7 ++++++-
 etc/mtree/NetBSD.dist.base  |  4 +++-
 tests/fs/Makefile           |  4 ++--
 3 files changed, 11 insertions(+), 4 deletions(-)

diffs (69 lines):

diff -r 39382a52c3b6 -r 3e7f9c5489ae distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Tue Apr 13 10:21:47 2010 +0000
+++ b/distrib/sets/lists/tests/mi       Tue Apr 13 10:27:52 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.69 2010/04/12 22:59:49 pooka Exp $
+# $NetBSD: mi,v 1.70 2010/04/13 10:27:52 pooka Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -116,6 +116,8 @@
 ./usr/libdata/debug/usr/tests/fs/ffs/t_snapshot.debug                  tests-fs-debug          debug,atf
 ./usr/libdata/debug/usr/tests/fs/kernfs                                        tests-fs-debug
 ./usr/libdata/debug/usr/tests/fs/kernfs/t_basic.debug                  tests-fs-debug          debug,atf
+./usr/libdata/debug/usr/tests/fs/msdosfs                               tests-fs-debug
+./usr/libdata/debug/usr/tests/fs/msdosfs/t_snapshot.debug              tests-fs-debug          debug,atf
 ./usr/libdata/debug/usr/tests/fs/nullfs                                        tests-fs-debug
 ./usr/libdata/debug/usr/tests/fs/nullfs/t_basic.debug                  tests-fs-debug          debug,atf
 ./usr/libdata/debug/usr/tests/fs/puffs                                 tests-fs-debug
@@ -570,6 +572,9 @@
 ./usr/tests/fs/kernfs                          tests-fs-tests
 ./usr/tests/fs/kernfs/Atffile                  tests-fs-tests          atf
 ./usr/tests/fs/kernfs/t_basic                  tests-fs-tests          atf
+./usr/tests/fs/msdosfs                         tests-fs-tests
+./usr/tests/fs/msdosfs/Atffile                 tests-fs-tests          atf
+./usr/tests/fs/msdosfs/t_snapshot              tests-fs-tests          atf
 ./usr/tests/fs/nullfs                          tests-fs-tests
 ./usr/tests/fs/nullfs/Atffile                  tests-fs-tests          atf
 ./usr/tests/fs/nullfs/t_basic                  tests-fs-tests          atf
diff -r 39382a52c3b6 -r 3e7f9c5489ae etc/mtree/NetBSD.dist.base
--- a/etc/mtree/NetBSD.dist.base        Tue Apr 13 10:21:47 2010 +0000
+++ b/etc/mtree/NetBSD.dist.base        Tue Apr 13 10:27:52 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NetBSD.dist.base,v 1.15 2010/03/31 19:18:39 pooka Exp $
+#      $NetBSD: NetBSD.dist.base,v 1.16 2010/04/13 10:27:52 pooka Exp $
 #      @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
 
 # Do not customize this file as it may be overwritten on upgrades.
@@ -199,6 +199,7 @@
 ./usr/libdata/debug/usr/tests/fs
 ./usr/libdata/debug/usr/tests/fs/ffs
 ./usr/libdata/debug/usr/tests/fs/kernfs
+./usr/libdata/debug/usr/tests/fs/msdosfs
 ./usr/libdata/debug/usr/tests/fs/nullfs
 ./usr/libdata/debug/usr/tests/fs/puffs
 ./usr/libdata/debug/usr/tests/fs/tmpfs
@@ -1088,6 +1089,7 @@
 ./usr/tests/fs
 ./usr/tests/fs/ffs
 ./usr/tests/fs/kernfs
+./usr/tests/fs/msdosfs
 ./usr/tests/fs/nullfs
 ./usr/tests/fs/puffs
 ./usr/tests/fs/tmpfs
diff -r 39382a52c3b6 -r 3e7f9c5489ae tests/fs/Makefile
--- a/tests/fs/Makefile Tue Apr 13 10:21:47 2010 +0000
+++ b/tests/fs/Makefile Tue Apr 13 10:27:52 2010 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2010/03/31 19:14:30 pooka Exp $
+# $NetBSD: Makefile,v 1.9 2010/04/13 10:27:52 pooka Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/fs
 
-SUBDIR+=       ffs kernfs nullfs puffs tmpfs umapfs union
+SUBDIR+=       ffs kernfs msdosfs nullfs puffs tmpfs umapfs union
 
 FILES= h_funcs.subr
 FILESDIR= ${TESTSDIR}



Home | Main Index | Thread Index | Old Index