svn commit: r289300 - in head: etc/mtree tests/sys tests/sys/vfs tools/regression/vfs

Garrett Cooper ngie at FreeBSD.org
Wed Oct 14 08:16:17 UTC 2015


Author: ngie
Date: Wed Oct 14 08:16:15 2015
New Revision: 289300
URL: https://svnweb.freebsd.org/changeset/base/289300

Log:
  Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfs
  
  MFC after: 1 week
  Sponsored by: EMC / Isilon Storage Division

Added:
  head/tests/sys/vfs/
     - copied from r289224, user/ngie/more-tests2/tests/sys/vfs/
  head/tests/sys/vfs/Makefile
     - copied unchanged from r289230, user/ngie/more-tests2/tests/sys/vfs/Makefile
Deleted:
  head/tools/regression/vfs/
Modified:
  head/etc/mtree/BSD.tests.dist
  head/tests/sys/Makefile
Directory Properties:
  head/   (props changed)

Modified: head/etc/mtree/BSD.tests.dist
==============================================================================
--- head/etc/mtree/BSD.tests.dist	Wed Oct 14 07:50:08 2015	(r289299)
+++ head/etc/mtree/BSD.tests.dist	Wed Oct 14 08:16:15 2015	(r289300)
@@ -410,6 +410,8 @@
             unlink
             ..
         ..
+        vfs
+        ..
         vm
         ..
     ..

Modified: head/tests/sys/Makefile
==============================================================================
--- head/tests/sys/Makefile	Wed Oct 14 07:50:08 2015	(r289299)
+++ head/tests/sys/Makefile	Wed Oct 14 08:16:15 2015	(r289300)
@@ -12,6 +12,7 @@ TESTS_SUBDIRS+=		kqueue
 TESTS_SUBDIRS+=		mqueue
 TESTS_SUBDIRS+=		netinet
 TESTS_SUBDIRS+=		opencrypto
+TESTS_SUBDIRS+=		vfs
 TESTS_SUBDIRS+=		vm
 
 # Items not integrated into kyua runs by default

Copied: head/tests/sys/vfs/Makefile (from r289230, user/ngie/more-tests2/tests/sys/vfs/Makefile)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tests/sys/vfs/Makefile	Wed Oct 14 08:16:15 2015	(r289300, copy of r289230, user/ngie/more-tests2/tests/sys/vfs/Makefile)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+TESTSDIR=		${TESTSBASE}/sys/vfs
+
+PLAIN_TESTS_SH+=	trailing_slash
+
+.include <bsd.test.mk>


More information about the svn-src-all mailing list