rust/mk
bors 62e2b2fb7a Auto merge of - nikomatsakis:compiletest-gut, r=acrichto
Move auxiliary directories to live with the tests

This is a step for enabling testing of cross-crate incremental compilation. The idea is that instead of having a central auxiliary directory, when you have a `// aux-build:foo.rs` annotation in the test `run-pass/bar.rs`, it will look in (e.g.) `run-pass/aux/foo.rs`. In general, it looks for an `aux` directory in the same directory as the test. We also ignore the `aux` directories when enumerating the set of tests.

As part of this PR, also refactor `runtest.rs` to use methods on a context, which means we can stop passing around context everywhere.

r? @alexcrichton
2016-05-06 16:04:55 -07:00
..
cfg test: Move run-make tests into compiletest 2016-04-28 21:46:40 -07:00
clean.mk
crates.mk save-analysis: implement JSON dumps 2016-04-25 20:54:00 +12:00
ctags.mk Update the ctags rules and targets. 2015-07-30 06:35:42 +10:00
debuggers.mk Distribute both rust-lldb and rust-gdb everywhere except win-msvc 2016-05-06 03:09:48 +00:00
dist.mk mk: Bootstrap from stable instead of snapshots 2016-04-19 10:56:49 -07:00
docs.mk
grammar.mk
host.mk
install.mk
llvm.mk
main.mk Distribute both rust-lldb and rust-gdb everywhere except win-msvc 2016-05-06 03:09:48 +00:00
platform.mk test: Move run-make tests into compiletest 2016-04-28 21:46:40 -07:00
prepare.mk
reconfig.mk mk: Bootstrap from stable instead of snapshots 2016-04-19 10:56:49 -07:00
rt.mk
rustllvm.mk
stage0.mk mk: Bootstrap from stable instead of snapshots 2016-04-19 10:56:49 -07:00
target.mk mk: Bootstrap from stable instead of snapshots 2016-04-19 10:56:49 -07:00
tests.mk Auto merge of - nikomatsakis:compiletest-gut, r=acrichto 2016-05-06 16:04:55 -07:00
util.mk