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:
Huon Wilson 2014-02-22 20:09:59 +11:00
parent 56cf237ee2
commit abde5ed011
1 changed files with 3 additions and 1 deletions

View File

@ -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 \