diff options
author | Jakub Czapiga <jacz@semihalf.com> | 2022-04-14 12:01:59 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-19 13:00:36 +0000 |
commit | c91b55a20193894da4ba8eccab703c81ca7139a8 (patch) | |
tree | 85d6ff21eb40f780ac6e348fec4558326e437d4a /.gitmodules | |
parent | 38f7ba3db42a64bf9ddfdf29d3d90723486776d4 (diff) |
tests: update CMocka to stable-1.1
CMocka stable-1.1 has some convenience bugfixes like vprint buffer
increase or leftover values log fix (funtion names display correctly
now.
Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Change-Id: I20ebd15324a21c17cccd2976ae9c3f86b040426d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63636
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 68230b92ed..69aa470ea6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -48,6 +48,7 @@ path = 3rdparty/cmocka url = ../cmocka.git update = none + branch = stable-1.1 [submodule "3rdparty/qc_blobs"] path = 3rdparty/qc_blobs url = ../qc_blobs.git |