From ea39c0c5029c88091227b86e80b33f72b1b635ef 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 5d03e57459c5..52a360d57c15 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"