Add a sample test program to the new test suite
authorRuss Allbery <rra@stanford.edu>
Fri, 28 May 2010 19:15:52 +0000 (19:15 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sun, 30 May 2010 04:48:40 +0000 (21:48 -0700)
commit2e2494d6dbc3b4584c50b87073a2b7c7a0d13604
treefb026fe8be74b320ed7b7cb7bad3fe4f019d2dfb
parent194c3f10d4c4d571e5d734baf2dd27331624c084
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
tests/Makefile.in
tests/TESTS
tests/util/.gitignore [new file with mode: 0644]
tests/util/Makefile.in [new file with mode: 0644]
tests/util/ktime-t.c [new file with mode: 0644]