diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-04-06 13:49:30 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-04-07 17:54:33 -0700 |
| commit | d3647fe81543f0a04a0d6aee15f4bb8c08774295 (patch) | |
| tree | 1d1b9e07a488f5e87c309510fdddbc0f02b90276 /src/test/run-make/rustdoc-src-links/Makefile | |
| parent | 10359de4051d56feeacd455946b93ec48e6511fc (diff) | |
| download | rust-d3647fe81543f0a04a0d6aee15f4bb8c08774295.tar.gz rust-d3647fe81543f0a04a0d6aee15f4bb8c08774295.zip | |
test: Move all run-make rustdoc tests to test/rustdoc
Diffstat (limited to 'src/test/run-make/rustdoc-src-links/Makefile')
| -rw-r--r-- | src/test/run-make/rustdoc-src-links/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/run-make/rustdoc-src-links/Makefile b/src/test/run-make/rustdoc-src-links/Makefile deleted file mode 100644 index 419603e82f7..00000000000 --- a/src/test/run-make/rustdoc-src-links/Makefile +++ /dev/null @@ -1,5 +0,0 @@ --include ../tools.mk -all: - $(HOST_RPATH_ENV) $(RUSTDOC) -w html -o $(TMPDIR)/doc foo.rs - $(HTMLDOCCK) $(TMPDIR)/doc foo.rs - $(HTMLDOCCK) $(TMPDIR)/doc qux/mod.rs |
