diff options
Diffstat (limited to '')
-rw-r--r-- | tests/run-make/mixing-deps/Makefile (renamed from tests/run-make-fulldeps/mixing-deps/Makefile) | 1 | ||||
-rw-r--r-- | tests/run-make/mixing-deps/both.rs (renamed from tests/run-make-fulldeps/mixing-deps/both.rs) | 0 | ||||
-rw-r--r-- | tests/run-make/mixing-deps/dylib.rs (renamed from tests/run-make-fulldeps/mixing-deps/dylib.rs) | 0 | ||||
-rw-r--r-- | tests/run-make/mixing-deps/prog.rs (renamed from tests/run-make-fulldeps/mixing-deps/prog.rs) | 0 |
4 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/mixing-deps/Makefile b/tests/run-make/mixing-deps/Makefile index 956e704ee..c2a5a2a0a 100644 --- a/tests/run-make-fulldeps/mixing-deps/Makefile +++ b/tests/run-make/mixing-deps/Makefile @@ -1,3 +1,4 @@ +# ignore-cross-compile include ../tools.mk all: diff --git a/tests/run-make-fulldeps/mixing-deps/both.rs b/tests/run-make/mixing-deps/both.rs index 6a5818763..6a5818763 100644 --- a/tests/run-make-fulldeps/mixing-deps/both.rs +++ b/tests/run-make/mixing-deps/both.rs diff --git a/tests/run-make-fulldeps/mixing-deps/dylib.rs b/tests/run-make/mixing-deps/dylib.rs index 88976d5b6..88976d5b6 100644 --- a/tests/run-make-fulldeps/mixing-deps/dylib.rs +++ b/tests/run-make/mixing-deps/dylib.rs diff --git a/tests/run-make-fulldeps/mixing-deps/prog.rs b/tests/run-make/mixing-deps/prog.rs index 188981dc1..188981dc1 100644 --- a/tests/run-make-fulldeps/mixing-deps/prog.rs +++ b/tests/run-make/mixing-deps/prog.rs |