OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1113-g376e24b
Gerrit Code Review
gerrit@openafs.org
Mon, 25 Apr 2011 21:51:51 -0700 (PDT)
The following commit has been merged in the master branch:
commit 376e24b2ee910af99f65aba472e9553dc509aa5d
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Apr 23 11:42:54 2011 -0400
cmd: Add some tests to the test suite
Add some tests for the command library to the integrated test
suite in tests. These are far from complete, and are mainly there
to ensure that we don't break any of this functionality when modifying
the library.
Change-Id: Ib6fbdca114c005c32c5ba8c41f9e350ca67e1fb8
Reviewed-on: http://gerrit.openafs.org/4538
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Makefile.in | 3 +
configure.ac | 1 +
tests/Makefile.in | 14 ++----
tests/TESTS | 1 +
tests/cmd/.gitignore | 1 +
tests/cmd/Makefile.in | 25 ++++++++++
tests/cmd/command-t.c | 127 +++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 163 insertions(+), 9 deletions(-)
--
OpenAFS Master Repository