Skip to content

Commit

Permalink
auto merge of #7568 : alexcrichton/rust/check-lite, r=pcwalton
Browse files Browse the repository at this point in the history
A lot of cross-platform issues stem from rusti/rustpkg, so include these two test suites in the 'check-lite' target which is run on the cross-compile bots. It shouldn't be much of a performance hit because these suites are pretty fast to run.

Hopefully this will make snapshot/tarball creation easier in the future.
  • Loading branch information
bors committed Jul 5, 2013
2 parents 58eb70a + d7474b6 commit 04fe441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ check-test: cleantestlibs cleantmptestlogs all check-stage2-rfail

check-lite: cleantestlibs cleantmptestlogs \
check-stage2-std check-stage2-extra check-stage2-rpass \
check-stage2-rustpkg check-stage2-rusti \
check-stage2-rfail check-stage2-cfail
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log

Expand Down

0 comments on commit 04fe441

Please sign in to comment.