OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-176-g194c3f1

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


The following commit has been merged in the master branch:
commit 194c3f10d4c4d571e5d734baf2dd27331624c084
Author: Russ Allbery <rra@stanford.edu>
Date:   Fri May 28 11:35:28 2010 -0500

    Import C TAP Harness 1.2 as a testing harness
    
    Creates a new top-level tests directory that will be used for all
    future automated test code eventually.  Import runtests and the
    basic TAP library from C TAP Harness 1.2.  Add top-level check and
    test targets that build the full source tree and then the new tests
    directory, and then runs runtests on the test list.
    
    Change-Id: I896f8ae488cd1dfa8529a10b4b479e45e7c67afe
    Reviewed-on: http://gerrit.openafs.org/2062
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 Makefile.in           |    5 +
 configure.in          |    4 +-
 tests/.gitignore      |    5 +
 tests/Makefile.in     |   28 ++
 tests/runtests.c      | 1116 +++++++++++++++++++++++++++++++++++++++++++++++++
 tests/tap/Makefile.in |   21 +
 tests/tap/basic.c     |  418 ++++++++++++++++++
 tests/tap/basic.h     |  111 +++++
 tests/tap/libtap.sh   |  165 ++++++++
 9 files changed, 1872 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository