We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d4fe7 commit 109673fCopy full SHA for 109673f
mk/tests.mk
@@ -174,16 +174,6 @@ endif
174
check: cleantestlibs cleantmptestlogs tidy all check-stage2
175
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
176
177
-check-notidy: cleantestlibs cleantmptestlogs all check-stage2
178
- $(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
179
-
180
-check-full: cleantestlibs cleantmptestlogs tidy \
181
- all check-stage1 check-stage2 check-stage3
182
183
184
-check-test: cleantestlibs cleantmptestlogs all check-stage2-rfail
185
186
187
check-lite: cleantestlibs cleantmptestlogs \
188
$(foreach crate,$(TARGET_CRATES),check-stage2-$(crate)) \
189
check-stage2-rpass \
0 commit comments