tests: move all proc_macro tests from -fulldeps.

This commit is contained in:
Eduard-Mihai Burtescu 2018-03-20 22:19:52 +02:00
parent d3ab4a74ef
commit fcca22cb40
234 changed files with 1 additions and 54 deletions

View file

@ -390,7 +390,6 @@ impl<'a> Builder<'a> {
test::RunPassFullDeps,
test::RunFailFullDeps,
test::CompileFailFullDeps,
test::IncrementalFullDeps,
test::Rustdoc,
test::Pretty,
test::RunPassPretty,

View file

@ -839,12 +839,6 @@ host_test!(CompileFailFullDeps {
suite: "compile-fail-fulldeps"
});
host_test!(IncrementalFullDeps {
path: "src/test/incremental-fulldeps",
mode: "incremental",
suite: "incremental-fulldeps"
});
host_test!(Rustdoc {
path: "src/test/rustdoc",
mode: "rustdoc",

View file

@ -1,4 +1,4 @@
-include ../tools.mk
-include ../../run-make-fulldeps/tools.mk
all:
$(RUSTC) foo.rs

Some files were not shown because too many files have changed in this diff Show more