Import C TAP Harness 1.2 as a testing harness
authorRuss Allbery <rra@stanford.edu>
Fri, 28 May 2010 16:35:28 +0000 (11:35 -0500)
committerDerrick Brashear <shadow@dementia.org>
Sun, 30 May 2010 04:48:19 +0000 (21:48 -0700)
commit194c3f10d4c4d571e5d734baf2dd27331624c084
treec186fd01da5be3c37d625600755eab4cbcefa3c6
parentf7cb812d07ba854e69ca8d971cd88d93afe6e01e
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
configure.in
tests/.gitignore [new file with mode: 0644]
tests/Makefile.in [new file with mode: 0644]
tests/TESTS [new file with mode: 0644]
tests/runtests.c [new file with mode: 0644]
tests/tap/Makefile.in [new file with mode: 0644]
tests/tap/basic.c [new file with mode: 0644]
tests/tap/basic.h [new file with mode: 0644]
tests/tap/libtap.sh [new file with mode: 0644]