diff options
author | ngie <ngie@FreeBSD.org> | 2015-04-11 09:05:42 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-04-11 09:05:42 +0000 |
commit | 9292308b0f116e5bc3b49e00a01b19446a2ee352 (patch) | |
tree | 813b0a8aa611d04fed13533ea607ed8af141e24d /tests/sys/vfs/Makefile | |
parent | 4716abb1e97094430b15816bb9b7d23ff67d908e (diff) | |
download | FreeBSD-src-9292308b0f116e5bc3b49e00a01b19446a2ee352.zip FreeBSD-src-9292308b0f116e5bc3b49e00a01b19446a2ee352.tar.gz |
Integration tools/regression/vfs into the FreeBSD test suite
Diffstat (limited to 'tests/sys/vfs/Makefile')
-rw-r--r-- | tests/sys/vfs/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/sys/vfs/Makefile b/tests/sys/vfs/Makefile new file mode 100644 index 0000000..7cd908b --- /dev/null +++ b/tests/sys/vfs/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +TESTSDIR= ${TESTSBASE}/sys/vfs + +TAP_TESTS_SH+= trailing_slash_test + +.include <bsd.test.mk> |