rust/src/test
bors c0c08e2d77 Auto merge of #33093 - alexcrichton:rustbuild-rmake, r=nikomatsakis
test: Move run-make tests into compiletest

Forcing them to be embedded in makefiles precludes being able to run them in
rustbuild, and adding them to compiletest gives us a great way to leverage
future enhancements to our "all encompassing test suite runner" as well as just
moving more things into Rust.

All tests are still Makefile-based in the sense that they rely on `make` being
available to run them, but there's no longer any Makefile-trickery to run them
and rustbuild can now run them out of the box as well.
2016-04-28 23:34:00 -07:00
..
auxiliary Rollup merge of #33133 - mitaa:rdoc-smth-smth-impl, r=alexcrichton 2016-04-26 01:44:51 +05:30
codegen
codegen-units Make the codegen unit partitioner also emit item declarations. 2016-04-28 16:53:00 -04:00
compile-fail Auto merge of #33161 - jseyfried:parse_tuple_struct_field_vis, r=nikomatsakis 2016-04-28 03:38:04 -07:00
compile-fail-fulldeps
debuginfo
incremental
parse-fail
pretty
run-fail
run-fail-fulldeps
run-make Auto merge of #33093 - alexcrichton:rustbuild-rmake, r=nikomatsakis 2016-04-28 23:34:00 -07:00
run-pass Auto merge of #31414 - durka:clone-copy, r=alexcrichton 2016-04-26 14:54:37 -07:00
run-pass-fulldeps
run-pass-valgrind
rustdoc Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton 2016-04-27 23:16:41 -07:00