From c084cf06ebac2a36839e0784c02dbb8a5eeae360 Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 26 Oct 2015 03:37:01 +0000 Subject: [PATCH] MFC r289300: Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfs Sponsored by: EMC / Isilon Storage Division git-svn-id: svn://svn.freebsd.org/base/stable/10@289985 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/mtree/BSD.tests.dist | 2 ++ tests/sys/Makefile | 1 + tests/sys/vfs/Makefile | 7 +++++++ .../trailing_slash.t => tests/sys/vfs/trailing_slash.sh | 0 4 files changed, 10 insertions(+) create mode 100644 tests/sys/vfs/Makefile rename tools/regression/vfs/trailing_slash.t => tests/sys/vfs/trailing_slash.sh (100%) diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index 57fcb6157..7fe2bd0cf 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -230,6 +230,8 @@ unlink .. .. + vfs + .. vm .. .. diff --git a/tests/sys/Makefile b/tests/sys/Makefile index 3f621ea4f..0b234489c 100644 --- a/tests/sys/Makefile +++ b/tests/sys/Makefile @@ -11,6 +11,7 @@ TESTS_SUBDIRS+= kern TESTS_SUBDIRS+= kqueue TESTS_SUBDIRS+= mqueue TESTS_SUBDIRS+= netinet +TESTS_SUBDIRS+= vfs TESTS_SUBDIRS+= vm # Items not integrated into kyua runs by default diff --git a/tests/sys/vfs/Makefile b/tests/sys/vfs/Makefile new file mode 100644 index 000000000..48f522634 --- /dev/null +++ b/tests/sys/vfs/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +TESTSDIR= ${TESTSBASE}/sys/vfs + +PLAIN_TESTS_SH+= trailing_slash + +.include diff --git a/tools/regression/vfs/trailing_slash.t b/tests/sys/vfs/trailing_slash.sh similarity index 100% rename from tools/regression/vfs/trailing_slash.t rename to tests/sys/vfs/trailing_slash.sh -- 2.45.0