mk: Print test summary after tidy when running 'make check'
This commit is contained in:
parent
68ddd73257
commit
1364919b6c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue