svn commit: r289230 - user/ngie/more-tests2/tests/sys/vfs

Garrett Cooper ngie at FreeBSD.org
Tue Oct 13 17:18:28 UTC 2015


Author: ngie
Date: Tue Oct 13 17:18:26 2015
New Revision: 289230
URL: https://svnweb.freebsd.org/changeset/base/289230

Log:
  Add Makefile forgotten in r289224

Added:
  user/ngie/more-tests2/tests/sys/vfs/Makefile   (contents, props changed)

Added: user/ngie/more-tests2/tests/sys/vfs/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/ngie/more-tests2/tests/sys/vfs/Makefile	Tue Oct 13 17:18:26 2015	(r289230)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+TESTSDIR=		${TESTSBASE}/sys/vfs
+
+PLAIN_TESTS_SH+=	trailing_slash
+
+.include <bsd.test.mk>


More information about the svn-src-user mailing list