rust/mk
Brian Anderson 80b93a3b85 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.
2014-07-24 21:34:51 -07:00
..
clean.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
crates.mk Extract librustc_back from librustc 2014-07-14 12:27:07 -07:00
ctags.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
dist.mk mk: Have the various flavors of 'dist' install all targets by default 2014-07-23 12:04:29 -07:00
docs.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
grammar.mk Shuffle around check-lexer conditions 2014-07-21 18:38:40 -07:00
host.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
install.mk auto merge of #15922 : poiru/rust/remove-whitespace-mk-backslash, r=brson 2014-07-24 13:51:17 +00:00
llvm.mk Move llvm bindings to their own crate 2014-07-14 12:27:07 -07:00
main.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
perf.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
platform.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
prepare.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
reconfig.mk mk: Move most of Makefile.in to .mk files 2014-02-14 17:45:54 -08:00
rt.mk mk: Remove extra whitespace before line continuation backslashes 2014-07-23 08:41:55 -07:00
rustllvm.mk Remove VPATH usage in Makefiles 2014-02-02 10:59:14 -08:00
snap.mk mk: Remove extra whitespace before line continuation backslashes 2014-07-23 08:41:55 -07:00
stage0.mk mk: Remove extra whitespace before line continuation backslashes 2014-07-23 08:41:55 -07:00
target.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
tests.mk mk: Add check-secondary target for tests with no x-platform risk. 2014-07-24 21:34:51 -07:00
util.mk mk: Address review feedback 2014-02-14 19:17:50 -08:00