From: brarcher Date: Wed, 18 Dec 2013 23:03:11 +0000 (+0000) Subject: NEWS: update with recent additions X-Git-Tag: 0.10.0~310 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d039a968f84ec4ff93d0085123cc71b2bef7b38;p=check NEWS: update with recent additions git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@906 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/NEWS b/NEWS index 2aaf365..05eada4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ In development: +* Added additional configure script checks for support of + timer_create() on the target system. This allows for + OpenBSD to compile and run all Check's unit tests successfully. + +* Added a unit test, check_mem_leaks, which can be used against + valgrind to test for memory leaks. No memory leaks were found. + +* Added tcase_add_loop_test support in checkm. Patch from patches #46. + * Add support for logging in Test Anything Protocol (TAP) format. * Refactor Check's assertions to be more like the assert() call in