aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-09 18:40:22 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-09 18:40:22 -0800
commitc02942ddc12408f0e5b9d828cddf240519d1fe93 (patch)
tree62f80e0ba359c1a13cee7daee228e3e00011a723 /NEWS
parentd05f66dbff10b525d37f60ee01d5b9f94bf5192e (diff)
Update to C TAP Harness 1.1 and rra-c-util 3.0 tests
* Update portable and util tests for C TAP Harness 1.1. * Remove the need for Autoconf substitution in test programs. * Support running a single test program with runtests -o. * Properly handle test cases that are skipped in their entirety. * Much improved C TAP library more closely matching Test::More. Rewrite client/basic-t to use the new test library functions and my current test case coding style.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1d3a5e3..96962f8 100644
--- a/NEWS
+++ b/NEWS
@@ -67,6 +67,14 @@ wallet 0.10 (unreleased)
* Use AC_TYPE_LONG_LONG_INT instead of AC_CHECK_TYPES([long long]).
* Provide a proper bool type with Sun Studio 12 on Solaris 10.
* Break util/util.h into separate header files per module.
+ * Update portable and util tests for C TAP Harness 1.1.
+
+ Update to C TAP Harness 1.1:
+
+ * Remove the need for Autoconf substitution in test programs.
+ * Support running a single test program with runtests -o.
+ * Properly handle test cases that are skipped in their entirety.
+ * Much improved C TAP library more closely matching Test::More.
wallet 0.9 (2008-04-24)