Skip to content

Commit

Permalink
Add check-notidy target. Close #2943.
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Jul 25, 2012
1 parent f8dc928 commit 7c1339b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mk/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ cleantestlibs:
check: cleantestlibs cleantmptestlogs tidy all check-stage2
$(Q)$(S)src/etc/check-summary.py tmp/*.log

check-notidy: cleantestlibs cleantmptestlogs all check-stage2
$(Q)$(S)src/etc/check-summary.py tmp/*.log

check-full: cleantestlibs cleantmptestlogs tidy \
all check-stage1 check-stage2 check-stage3
$(Q)$(S)src/etc/check-summary.py tmp/*.log
Expand Down

0 comments on commit 7c1339b

Please sign in to comment.