about summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-recursion/Makefile
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-09-23 15:19:30 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-09-23 15:19:30 -0700
commit3d8ca595a158dbf4ffbaece479e75b9c811ce815 (patch)
treee2737af3942f1321ccb346767247be9d45583cc3 /src/test/run-make/rustdoc-recursion/Makefile
parentd2b30f7d3883a9f5d2e419d3d2c86cb66e9d3410 (diff)
downloadrust-3d8ca595a158dbf4ffbaece479e75b9c811ce815.tar.gz
rust-3d8ca595a158dbf4ffbaece479e75b9c811ce815.zip
rustdoc: Don't try to inline the crate root
Fixes other test cases found in #16274
Diffstat (limited to 'src/test/run-make/rustdoc-recursion/Makefile')
-rw-r--r--src/test/run-make/rustdoc-recursion/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-make/rustdoc-recursion/Makefile b/src/test/run-make/rustdoc-recursion/Makefile
index 97c0385828d..b7fc6d6c0ad 100644
--- a/src/test/run-make/rustdoc-recursion/Makefile
+++ b/src/test/run-make/rustdoc-recursion/Makefile
@@ -4,6 +4,8 @@
 ifndef IS_WINDOWS
 all:
 	$(HOST_RPATH_ENV) $(RUSTDOC) -w html -o $(TMPDIR)/doc foo.rs
+	$(HOST_RPATH_ENV) $(RUSTDOC) -w html -o $(TMPDIR)/doc foo2.rs
+	$(HOST_RPATH_ENV) $(RUSTDOC) -w html -o $(TMPDIR)/doc foo3.rs
 else
 all:
 endif