From 0cbe320ac8711135657da36976f0055dc981ef24 Mon Sep 17 00:00:00 2001 From: Jan Dabros Date: Thu, 21 May 2020 14:21:49 +0200 Subject: 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 Change-Id: I3cdfd32f5bba795d5834ebeae1afff0f7006a0d1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41652 Tested-by: build bot (Jenkins) Reviewed-by: Paul Fagerburg Reviewed-by: Patrick Georgi --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3