From 7d039a968f84ec4ff93d0085123cc71b2bef7b38 Mon Sep 17 00:00:00 2001 From: brarcher Date: Wed, 18 Dec 2013 23:03:11 +0000 Subject: [PATCH] NEWS: update with recent additions git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@906 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.40.0