submodules: Add new submodule 3rdparty/cmocka

Cmocka unit testing framework is used for writing and building coreboot
unit tests. This repo will be checked-in only when building some test
targets.

Signed-off-by: Jan Dabros <jsd@semihalf.com>
Change-Id: I3cdfd32f5bba795d5834ebeae1afff0f7006a0d1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41652
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Jan Dabros 2020-05-21 14:21:49 +02:00 committed by Patrick Georgi
parent 879eba583b
commit 0cbe320ac8
2 changed files with 5 additions and 0 deletions

4
.gitmodules vendored
View File

@ -42,3 +42,7 @@
url = ../amd_blobs url = ../amd_blobs
update = none update = none
ignore = dirty ignore = dirty
[submodule "3rdparty/cmocka"]
path = 3rdparty/cmocka
url = ../cmocka.git
update = none

1
3rdparty/cmocka vendored Submodule

@ -0,0 +1 @@
Subproject commit 672c5cee79eb412025c3dd8b034e611c1f119055