summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-hidden-line/Makefile
blob: 7e6f8fe105e922c3044ae1f3625c19b1509c8934 (plain)
1
2
3
4
5
6
7
-include ../tools.mk

all:
	$(RUSTDOC) --test foo.rs
	$(RUSTDOC) -w html -o $(TMPDIR)/doc foo.rs
	cp verify.sh $(TMPDIR)
	$(call RUN,verify.sh) $(TMPDIR)