mk: Print test summary after tidy when running 'make check'

This commit is contained in:
Brian Anderson 2015-01-30 14:58:02 -08:00
parent 68ddd73257
commit 1364919b6c
1 changed files with 2 additions and 1 deletions

View File

@ -162,7 +162,8 @@ $(foreach file,$(wildcard $(S)src/doc/trpl/*.md), \
######################################################################
# The main testing target. Tests lots of stuff.
check: cleantmptestlogs cleantestlibs check-notidy tidy
check: cleantmptestlogs cleantestlibs all check-stage2 tidy
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
# As above but don't bother running tidy.
check-notidy: cleantmptestlogs cleantestlibs all check-stage2