Skip to content

Commit 91685be

Browse files
Makefile: add unit-module target utilizing unit test modules script
1 parent 94567d9 commit 91685be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ unit-bench:
116116
@$(call print, "Running benchmark tests.")
117117
$(UNIT_BENCH)
118118

119+
#? unit-module: Run unit tests of all submodules
120+
unit-module:
121+
@$(call print, "Running submodule unit tests.")
122+
scripts/unit_test_modules.sh
123+
119124
# =========
120125
# UTILITIES
121126
# =========
@@ -160,6 +165,7 @@ tidy-module-check: tidy-module
160165
unit-race \
161166
unit-debug \
162167
unit-bench \
168+
unit-module \
163169
fmt \
164170
fmt-check \
165171
lint \

0 commit comments

Comments
 (0)