summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/remap-path-prefix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/remap-path-prefix/Makefile')
-rw-r--r--src/test/run-make-fulldeps/remap-path-prefix/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/run-make-fulldeps/remap-path-prefix/Makefile b/src/test/run-make-fulldeps/remap-path-prefix/Makefile
deleted file mode 100644
index 2a7378fdf..000000000
--- a/src/test/run-make-fulldeps/remap-path-prefix/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-include ../tools.mk
-
-# ignore-windows
-
-# Checks if remapping works if the remap-from string contains path to the working directory plus more
-all:
- $(RUSTC) --remap-path-prefix $$PWD/auxiliary=/the/aux --crate-type=lib --emit=metadata auxiliary/lib.rs
- grep "/the/aux/lib.rs" $(TMPDIR)/liblib.rmeta || exit 1
- ! grep "$$PWD/auxiliary" $(TMPDIR)/liblib.rmeta || exit 1