From abde5ed0118a00dea07511f12bfab9e999223b62 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Sat, 22 Feb 2014 20:09:59 +1100 Subject: [PATCH] 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. --- mk/tests.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mk/tests.mk b/mk/tests.mk index 787bbac8e6f..be3efe05342 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -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 \