Source-Changes-HG archive

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

[src/trunk]: src/tests/fs common cannot be a TESTS_SUBDIR, since one of those...



details:   https://anonhg.NetBSD.org/src/rev/b4b90d0ad5f2
branches:  trunk
changeset: 756513:b4b90d0ad5f2
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jul 20 15:09:32 2010 +0000

description:
common cannot be a TESTS_SUBDIR, since one of those without a test
behind it confuses atf-run.  change to SUBDIR as hinted by jmmv.

diffstat:

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

diffs (18 lines):

diff -r d47de608223e -r b4b90d0ad5f2 tests/fs/Makefile
--- a/tests/fs/Makefile Tue Jul 20 15:06:43 2010 +0000
+++ b/tests/fs/Makefile Tue Jul 20 15:09:32 2010 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2010/07/19 16:09:07 pooka Exp $
+# $NetBSD: Makefile,v 1.17 2010/07/20 15:09:32 pooka Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/fs
 
-TESTS_SUBDIRS+=        common .WAIT ffs kernfs lfs msdosfs nullfs psshfs ptyfs puffs
+SUBDIR+=       common .WAIT
+
+TESTS_SUBDIRS+=        ffs kernfs lfs msdosfs nullfs psshfs ptyfs puffs
 TESTS_SUBDIRS+=        tmpfs umapfs union
 TESTS_SUBDIRS+=        vfs
 



Home | Main Index | Thread Index | Old Index