summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/rustdoc-target-spec-json-path/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/rustdoc-target-spec-json-path/Makefile')
-rw-r--r--src/test/run-make-fulldeps/rustdoc-target-spec-json-path/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/run-make-fulldeps/rustdoc-target-spec-json-path/Makefile b/src/test/run-make-fulldeps/rustdoc-target-spec-json-path/Makefile
deleted file mode 100644
index 6d0bc4186..000000000
--- a/src/test/run-make-fulldeps/rustdoc-target-spec-json-path/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-include ../tools.mk
-
-# Test that rustdoc will properly canonicalize the target spec json path just like rustc
-
-OUTPUT_DIR := "$(TMPDIR)/rustdoc-target-spec-json-path"
-
-all:
- $(RUSTC) --crate-type lib dummy_core.rs --target target.json
- $(RUSTDOC) -o $(OUTPUT_DIR) -L $(TMPDIR) my_crate.rs --target target.json