OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2505-g319ec27
Gerrit Code Review
gerrit@openafs.org
Fri, 11 May 2012 16:37:09 -0700 (PDT)
The following commit has been merged in the master branch:
commit 319ec27236d40318819163ae10e897e4a3f7b50b
Author: Russ Allbery <rra@stanford.edu>
Date: Fri May 11 21:16:22 2012 +0100
Import of code from c-tap-harness
This commit updates the code imported from c-tap-harness to
d3fc03606efc8e76ff34f04470e6133db25a3982 (release/1.12)
New files are:
LICENSE
NEWS
README
tests/runtests.c
tests/tap/basic.c
tests/tap/basic.h
tests/tap/float.c
tests/tap/float.h
tests/tap/libtap.sh
tests/tap/macros.h
Change-Id: I4435bbb240f9db3cf2883cb0711f592f9d865f92
Reviewed-on: http://gerrit.openafs.org/7399
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/external/c-tap-harness-last | 1 +
src/external/c-tap-harness/LICENSE | 138 +++
src/external/c-tap-harness/NEWS | 285 ++++++
src/external/c-tap-harness/README | 228 +++++
src/external/c-tap-harness/tests/runtests.c | 1189 ++++++++++++++++++++++++
src/external/c-tap-harness/tests/tap/basic.c | 629 +++++++++++++
src/external/c-tap-harness/tests/tap/basic.h | 134 +++
src/external/c-tap-harness/tests/tap/float.c | 67 ++
src/external/c-tap-harness/tests/tap/float.h | 42 +
src/external/c-tap-harness/tests/tap/libtap.sh | 246 +++++
src/external/c-tap-harness/tests/tap/macros.h | 88 ++
11 files changed, 3047 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository