|
From: Branden A. <b.m...@gm...> - 2014-01-21 04:08:51
|
Hi, This release in addition to fixing a few bugs and officially adds support for MSVC on Windows using either Visual Studios or command line tools. The new Check website now has a section for installation instructions on the various platforms that Check supports. For information on compiling on any of Check's supported platforms, including compiling with MSVC on Windows, please click on the "Install" tab on Check's main web page. Please test the release out and report any problems you might have. http://prdownloads.sourceforge.net/check/check-0.9.12.tar.gz?download Thanks, Branden Mon Jan 20, 2014: Released Check 0.9.12 based on r1054 (2014-01-16 23:08:03 +0000) * Additional unit tests created for internal and external Check APIs. * Check now compiled on Windows using MSVC when using CMake and NMake. All unit tests pass, though shell script based ones need to be run in the MSYS environment. * Check now compiles on Windows using Visual Studio 10 when using CMake. check_check passes when run from Visual Studios. * Always capture the start and end times of tests when using NO_FORK mode. Previously the end time was not captured, resulting in arbitrary durations being recorded when tests failed. Bug #87. * 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 assert.h, in that static source code analyzers can use gcc attributes in the header to make assumptions about the flow of the code. See feature request #29. * fix ck_assert_ptr_* causing const compilation warnings. Patch from bug #91. |