mk: restore check-notidy.
tidy has some limitations (e.g. the "checked in binaries" check doesn't and can't actually check git), and so it's useful to run tests without running tidy occasionally.
This commit is contained in:
parent
56cf237ee2
commit
abde5ed011
1 changed files with 3 additions and 1 deletions
|
@ -171,7 +171,9 @@ endif
|
|||
# Main test targets
|
||||
######################################################################
|
||||
|
||||
check: cleantestlibs cleantmptestlogs tidy all check-stage2
|
||||
check: cleantmptestlogs cleantestlibs tidy check-notidy
|
||||
|
||||
check-notidy: cleantmptestlogs cleantestlibs all check-stage2
|
||||
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
|
||||
|
||||
check-lite: cleantestlibs cleantmptestlogs \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue