summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJan Dabros <jsd@semihalf.com>2020-05-21 14:21:49 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-26 16:20:49 +0000
commit0cbe320ac8711135657da36976f0055dc981ef24 (patch)
tree50b4a248cbefdaa83f61bb3751a183fe263cdd15 /.gitmodules
parent879eba583b9be3df34532ea6a4ac67a7eadadbf7 (diff)
downloadcoreboot-0cbe320ac8711135657da36976f0055dc981ef24.tar.xz
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>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 010ab6b49d..9545bb624d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -42,3 +42,7 @@
url = ../amd_blobs
update = none
ignore = dirty
+[submodule "3rdparty/cmocka"]
+ path = 3rdparty/cmocka
+ url = ../cmocka.git
+ update = none