Update to version 1.1.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmocka?expand=0&rev=30
This commit is contained in:
parent
95ed508c1c
commit
b17f56a367
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b36050d7a1224296803d216cba1a9d4c58c31bf308b2d6d6649d61aa5a36753b
|
|
||||||
size 80240
|
|
3
cmocka-1.1.0.tar.xz
Normal file
3
cmocka-1.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e960d3bf1be618634a4b924f18bb4d6f20a825c109a8ad6d1af03913ba421330
|
||||||
|
size 85132
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 21 15:01:34 UTC 2016 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
- Update to 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 15 08:37:06 UTC 2015 - asn@cryptomilk.org
|
Wed Jul 15 08:37:06 UTC 2015 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cmocka
|
# spec file for package cmocka
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cmocka
|
Name: cmocka
|
||||||
Version: 1.0.1
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lightweight library to simplify and generalize unit tests for C
|
Summary: Lightweight library to simplify and generalize unit tests for C
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user