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.
1 parent f8dc928 commit 7c1339bCopy full SHA for 7c1339b
mk/tests.mk
@@ -95,6 +95,9 @@ cleantestlibs:
95
check: cleantestlibs cleantmptestlogs tidy all check-stage2
96
$(Q)$(S)src/etc/check-summary.py tmp/*.log
97
98
+check-notidy: cleantestlibs cleantmptestlogs all check-stage2
99
+ $(Q)$(S)src/etc/check-summary.py tmp/*.log
100
+
101
check-full: cleantestlibs cleantmptestlogs tidy \
102
all check-stage1 check-stage2 check-stage3
103
0 commit comments