We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unit-module
1 parent 94567d9 commit 91685beCopy full SHA for 91685be
Makefile
@@ -116,6 +116,11 @@ unit-bench:
116
@$(call print, "Running benchmark tests.")
117
$(UNIT_BENCH)
118
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
+
124
# =========
125
# UTILITIES
126
@@ -160,6 +165,7 @@ tidy-module-check: tidy-module
160
165
unit-race \
161
166
unit-debug \
162
167
unit-bench \
168
+ unit-module \
163
169
fmt \
164
170
fmt-check \
171
lint \
0 commit comments