Skip to content

Commit

Permalink
mk: Remove check-notidy, check-full, check-test
Browse files Browse the repository at this point in the history
Mostly useless
  • Loading branch information
brson committed Feb 16, 2014
1 parent f3d4fe7 commit 109673f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions mk/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,6 @@ endif
check: cleantestlibs cleantmptestlogs tidy all check-stage2
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log

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

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

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

check-lite: cleantestlibs cleantmptestlogs \
$(foreach crate,$(TARGET_CRATES),check-stage2-$(crate)) \
check-stage2-rpass \
Expand Down

0 comments on commit 109673f

Please sign in to comment.