Module Name: src
Committed By: pooka
Date: Tue Jul 20 15:09:32 UTC 2010
Modified Files:
src/tests/fs: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 src/tests/fs/Makefile:1.17
--- src/tests/fs/Makefile:1.16 Mon Jul 19 16:09:07 2010
+++ src/tests/fs/Makefile Tue Jul 20 15:09:32 2010
@@ -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