Add okv function to the TAP test library
authorRuss Allbery <rra@stanford.edu>
Wed, 9 Jun 2010 01:40:11 +0000 (18:40 -0700)
committerDerrick Brashear <shadow@dementia.org>
Wed, 9 Jun 2010 17:39:29 +0000 (10:39 -0700)
commit74a332e7ee69256c232e4f583f7c10e238cd3ac5
treedc54be19cd87c35732b8c7ab07d92543bbf08084
parent53304359a77442cf3dd3f9f2dc8543a1d16af668
Add okv function to the TAP test library

Add an okv() varient of the ok() function that takes the arguments as
a va_list instead of as a variable argument list.  This makes it easier
to reuse ok() when writing other tests.

Change-Id: Icaeaaf9d6bd9d54bfd886a75961d98367ee0fb9a
Reviewed-on: http://gerrit.openafs.org/2098
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
tests/tap/basic.c
tests/tap/basic.h