Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfs Sponsored by: EMC / Isilon Storage Division
8 lines
102 B
Makefile
8 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/vfs
|
|
|
|
PLAIN_TESTS_SH+= trailing_slash
|
|
|
|
.include <bsd.test.mk>
|