OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-177-g2e2494d

Gerrit Code Review gerrit@openafs.org
Sat, 29 May 2010 21:49:30 -0700 (PDT)


The following commit has been merged in the master branch:
commit 2e2494d6dbc3b4584c50b87073a2b7c7a0d13604
Author: Russ Allbery <rra@stanford.edu>
Date:   Fri May 28 19:15:52 2010 +0000

    Add a sample test program to the new test suite
    
    Add a modified version of src/util/test_ktime to the new test suite
    as an example of how to write a test program with the new harness.
    
    Change-Id: Ifbceff1905f9f0dd686c2a2d2edc2f8796e7918f
    Reviewed-on: http://gerrit.openafs.org/2063
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 configure.in           |    3 +-
 tests/Makefile.in      |    2 +
 tests/TESTS            |    1 +
 tests/util/.gitignore  |    5 +++
 tests/util/Makefile.in |   20 +++++++++++
 tests/util/ktime-t.c   |   86 ++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 116 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository