Commit graph

6 commits

Author SHA1 Message Date
adam
08a6eaf5ed cmocka: updated to 1.1.3
cmocka version 1.1.3
* Fixed subunit output on failures
* Do not abort if a test is skipped
* Switched to Modern CMake

cmocka version 1.1.2
* Added function to filter tests (cmocka_set_test_filter)
* Added new mocking example (uptime)
* Fixed fixture error reporting
* Fixed compiler flags detection
* Some improvement for API documentation

cmocka: version 1.1.1
* Fixed TAP output
* Fixed cmocka on Windows x64
* Fixed xUnit output durations

cmocka: version 1.1.0
* Added support to catch multiple exceptions
* Added support to verify call ordering
* Added support to pass initial data to test cases
* Added will_return_maybe() for ignoring mock returns
* Added subtests for groups using TAP output
* Added support to write multiple XML files for groups
* Improved documentation
* Fixed XML output generataion
* Fixed Windows builds with VS2015
2018-12-03 15:16:33 +00:00
jperkin
426b2fafc6 cmocka: Avoid insane build layout, no functional change. 2018-02-02 10:31:07 +00:00
mef
3e0e6c9176 Updated devel/cmocka to 1.0.1
-----------------------------
Thu Mar 12 2015 Andreas Schneider <asn@cryptomilk.org>
    * cmocka: version 1.0.1
    * Added a macro for assert_ptr_equal().
    * Fixed test_realloc() if 0 size is passed.
    * Fixed objects packaging bug.
    * Fixed building with newer gcc versions.
2016-08-06 15:03:30 +00:00
wiz
17e9271cdf Remove FETCH_USING, not package-setable. 2015-03-31 22:03:48 +00:00
joerg
77c92c6119 Relocate build under ${WRKSRC} to simplify patching. Create build
directory in post-extract.
2015-03-31 15:11:16 +00:00
manu
06703964d1 Import cmocka-1.0.0, the successo of cmockery
cmocka is an elegant unit testing framework for C with support for
mock objects. It only requires the standard C library, works on a
range of computing platforms (including embedded) and with different
compilers.
2015-02-27 04:23:43 +00:00