From a988f7edc5febfdb1bf68798094f34613c013de6 Mon Sep 17 00:00:00 2001 From: tico88612 <17496418+tico88612@users.noreply.github.com> Date: Fri, 26 Apr 2024 07:52:53 +0800 Subject: [PATCH] script/test_lib: add description about modules Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com> --- scripts/test_lib.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/test_lib.sh b/scripts/test_lib.sh index 29c4a075e..b521a06ee 100644 --- a/scripts/test_lib.sh +++ b/scripts/test_lib.sh @@ -178,6 +178,9 @@ function maybe_run() { fi } +# modules +# returns the list of all modules in the project, not including the tools, +# as they are not considered to be added to the bill for materials. function modules() { modules=( "${ROOT_MODULE}/api/v3"