mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
tests: move all proc_macro tests from -fulldeps.
This commit is contained in:
@@ -390,7 +390,6 @@ macro_rules! describe {
|
||||
test::RunPassFullDeps,
|
||||
test::RunFailFullDeps,
|
||||
test::CompileFailFullDeps,
|
||||
test::IncrementalFullDeps,
|
||||
test::Rustdoc,
|
||||
test::Pretty,
|
||||
test::RunPassPretty,
|
||||
|
||||
@@ -839,12 +839,6 @@ fn run(self, builder: &Builder) {
|
||||
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",
|
||||
|
||||
+1
-1
@@ -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
Reference in New Issue
Block a user