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

This commit is contained in:
ngie 2015-10-13 16:51:12 +00:00
parent 2c46ba7a42
commit d3814e98fd
3 changed files with 3 additions and 0 deletions

View File

@ -412,6 +412,8 @@
..
posixshm
..
vfs
..
vm
..
..

View File

@ -13,6 +13,7 @@ TESTS_SUBDIRS+= mqueue
TESTS_SUBDIRS+= netinet
TESTS_SUBDIRS+= opencrypto
TESTS_SUBDIRS+= posixshm
TESTS_SUBDIRS+= vfs
TESTS_SUBDIRS+= vm
# Items not integrated into kyua runs by default