Skip to content

Commit

Permalink
script/test_lib: add description about modules
Browse files Browse the repository at this point in the history
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
  • Loading branch information
tico88612 committed Apr 26, 2024
1 parent 3e76f61 commit ea39c0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test_lib.sh
Expand Up @@ -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"
Expand Down

0 comments on commit ea39c0c

Please sign in to comment.