From 0cbe320ac8711135657da36976f0055dc981ef24 Mon Sep 17 00:00:00 2001 From: Jan Dabros Date: Thu, 21 May 2020 14:21:49 +0200 Subject: [PATCH] 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 ++++ 3rdparty/cmocka | 1 + 2 files changed, 5 insertions(+) create mode 160000 3rdparty/cmocka 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 diff --git a/3rdparty/cmocka b/3rdparty/cmocka new file mode 160000 index 0000000000..672c5cee79 --- /dev/null +++ b/3rdparty/cmocka @@ -0,0 +1 @@ +Subproject commit 672c5cee79eb412025c3dd8b034e611c1f119055