about summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-extern-method/Makefile
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-04-06 13:49:30 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-04-07 17:54:33 -0700
commitd3647fe81543f0a04a0d6aee15f4bb8c08774295 (patch)
tree1d1b9e07a488f5e87c309510fdddbc0f02b90276 /src/test/run-make/rustdoc-extern-method/Makefile
parent10359de4051d56feeacd455946b93ec48e6511fc (diff)
downloadrust-d3647fe81543f0a04a0d6aee15f4bb8c08774295.tar.gz
rust-d3647fe81543f0a04a0d6aee15f4bb8c08774295.zip
test: Move all run-make rustdoc tests to test/rustdoc
Diffstat (limited to 'src/test/run-make/rustdoc-extern-method/Makefile')
-rw-r--r--src/test/run-make/rustdoc-extern-method/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/run-make/rustdoc-extern-method/Makefile b/src/test/run-make/rustdoc-extern-method/Makefile
deleted file mode 100644
index 55cbd2da6ae..00000000000
--- a/src/test/run-make/rustdoc-extern-method/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
--include ../tools.mk
-
-all: foo.rs bar.rs
-	$(HOST_RPATH_ENV) $(RUSTC) foo.rs
-	$(HOST_RPATH_ENV) $(RUSTDOC) -w html -o $(TMPDIR)/doc foo.rs
-	$(HOST_RPATH_ENV) $(RUSTDOC) -L $(TMPDIR) -w html -o $(TMPDIR)/doc bar.rs
-	$(HTMLDOCCK) $(TMPDIR)/doc bar.rs