OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2987-g94bf003
Gerrit Code Review
gerrit@openafs.org
Wed, 3 Oct 2012 05:42:30 -0700 (PDT)
The following commit has been merged in the master branch:
commit 94bf003a720c9a883ba7ebf43ab3053d3072d3dd
Author: Troy Benjegerdes <hozer@hozed.org>
Date: Sun Feb 26 22:56:06 2012 -0600
Add some basic tests to check out fuse
Update makefiles to have 'make test' and 'make check' use the
_nolibafs build version, since there are no tests that (currently)
require the AFS kernel module to be built.
Clean up fuse test copyright notice, Alphabetize configure.ac
Change-Id: Icc95dd3393cd66f0d04fa5f6e8f806db60ca031e
Reviewed-on: http://gerrit.openafs.org/8135
Reviewed-by: Troy Benjegerdes <hozer-gerrit@hozed.org>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Makefile.in | 7 +++++--
configure.ac | 1 +
tests/TESTS | 1 +
tests/fuse/Makefile.in | 13 +++++++++++++
tests/fuse/conf/ThisCell | 1 +
tests/fuse/conf/cacheinfo | 1 +
tests/fuse/dynroot-t | 33 +++++++++++++++++++++++++++++++++
tests/fuse/fuse.sh | 35 +++++++++++++++++++++++++++++++++++
tests/fuse/try-fuse.sh | 23 +++++++++++++++++++++++
9 files changed, 113 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository