- Update to 0.14.0:
* Add support for FetchContent in CMake
* Rename CMake project from 'check' to 'Check'
* Fix for checking for wrong tool when building docs in Autotools
* Fix compiler warning with printf format
* missing <unistd.h> in some files
* Various documentation improvements
* END_TEST is now optional, as how START_TEST works has been redone
* Various CMake related changes
OBS-URL: https://build.opensuse.org/request/show/800363
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=40
libcheck0. The new package obsoletes 'check', as there is no
other content.
- Do not pass --enable-pic to configure: only static libs profit
from this.
- Add fdupes BuildRequires to eliminate the couple duplicates.
- Move %install_info_delete from postun to preun: access to the
.info files is required for successful execution.
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=32
- Update to version 0.9.12:
+ 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.
+ 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.
- Add check-missing-includes.patch: Add missing include in order
to fix the build.
OBS-URL: https://build.opensuse.org/request/show/220627
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=25