diff options
author | Rui Paulo <rpaulo@FreeBSD.org> | 2013-10-25 05:25:19 +0000 |
---|---|---|
committer | Rui Paulo <rpaulo@FreeBSD.org> | 2013-10-25 05:25:19 +0000 |
commit | e2197f8018d99844d7ab3502e8c196b637d2c1ea (patch) | |
tree | d2d64f8bb603e244c2f535208834fc5bfd9f5e27 /etc/mtree/BSD.tests.dist | |
parent | 5e6f3a8ed7c34d22d00b2959f8d9dbe5c6a48a66 (diff) | |
download | src-e2197f8018d99844d7ab3502e8c196b637d2c1ea.tar.gz src-e2197f8018d99844d7ab3502e8c196b637d2c1ea.zip |
Set up the /usr/tests hierarchy.
Populate /usr/tests with the only test programs that currently live
in the tree (those in lib/libcrypt/tests/) and add all the build
machinery to accompany this change.
In particular:
- Add a WITHOUT_TESTS variable that users can define to request that
no tests be put in /usr/tests.
- Add a top-level Kyuafile for /usr/tests and a way to create similar
Kyuafiles in top-level subdirectories.
- Add a BSD.tests.dist file to define the directory layout of
/usr/tests.
Submitted by: Julio Merino jmmv google.com
Reviewed by: sjg
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=257097
Diffstat (limited to 'etc/mtree/BSD.tests.dist')
-rw-r--r-- | etc/mtree/BSD.tests.dist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist new file mode 100644 index 000000000000..37f37e91800f --- /dev/null +++ b/etc/mtree/BSD.tests.dist @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# Please see the file src/etc/mtree/README before making changes to this file. +# + +/set type=dir uname=root gname=wheel mode=0755 +. + lib + libcrypt + .. + .. +.. |