]> git.lizzy.rs Git - rust.git/commit
mk: Add check-secondary target for tests with no x-platform risk.
authorBrian Anderson <banderson@mozilla.com>
Wed, 23 Jul 2014 21:57:07 +0000 (14:57 -0700)
committerBrian Anderson <banderson@mozilla.com>
Fri, 25 Jul 2014 04:34:51 +0000 (21:34 -0700)
commit80b93a3b85a620716fc1b7711d96c0c00f496faa
tree428e9640a645de5b315ff0f771e8eee6fc95e091
parentb9035c26e2c4368b39c8daa979f669d10d484825
mk: Add check-secondary target for tests with no x-platform risk.

We'll use this to run a subset of the test suite onto a dedicated
bot.

This puts the grammar tests and the pretty-printer tests under
check-secondary. It leanves the pretty tests under plain `check`
for now, until the new bot is added to take over.

Because check-secondary is not run as part of `make check` there
will be a set of tests that most users never run and are only
checked by bors. I think this will be ok because grammar tests
should rarely regress, and the people regressing such tests
should have the fortitude to deal with it.
mk/tests.mk