diff options
author | ngie <ngie@FreeBSD.org> | 2015-10-13 17:18:26 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-10-13 17:18:26 +0000 |
commit | 5d430003c819997e598b5958c8c0838f897a015d (patch) | |
tree | 6afddbf4bcebdd6f7f4f9b381dc9f95ff309360a /tests | |
parent | 488dfdbecee1e221f973b6702cee0108cc62739b (diff) | |
download | FreeBSD-src-5d430003c819997e598b5958c8c0838f897a015d.zip FreeBSD-src-5d430003c819997e598b5958c8c0838f897a015d.tar.gz |
Add Makefile forgotten in r289224
Diffstat (limited to 'tests')
-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..48f5226 --- /dev/null +++ b/tests/sys/vfs/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +TESTSDIR= ${TESTSBASE}/sys/vfs + +PLAIN_TESTS_SH+= trailing_slash + +.include <bsd.test.mk> |