]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Add Makefile forgotten in r289224
authorngie <ngie@FreeBSD.org>
Tue, 13 Oct 2015 17:18:26 +0000 (17:18 +0000)
committerngie <ngie@FreeBSD.org>
Tue, 13 Oct 2015 17:18:26 +0000 (17:18 +0000)
tests/sys/vfs/Makefile [new file with mode: 0644]

diff --git a/tests/sys/vfs/Makefile b/tests/sys/vfs/Makefile
new file mode 100644 (file)
index 0000000..48f5226
--- /dev/null
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+TESTSDIR=              ${TESTSBASE}/sys/vfs
+
+PLAIN_TESTS_SH+=       trailing_slash
+
+.include <bsd.test.mk>