Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfs

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-10-14 08:16:15 +00:00
parent 95e20e65d3
commit b2e7f20496
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289300
4 changed files with 10 additions and 0 deletions

View File

@ -410,6 +410,8 @@
unlink
..
..
vfs
..
vm
..
..

View File

@ -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

7
tests/sys/vfs/Makefile Normal file
View File

@ -0,0 +1,7 @@
# $FreeBSD$
TESTSDIR= ${TESTSBASE}/sys/vfs
PLAIN_TESTS_SH+= trailing_slash
.include <bsd.test.mk>