5d45170b02
This is just a smoke test which verifies that the expected files are generated. Also makes the rmake tests have the right deps.
6 lines
127 B
Makefile
6 lines
127 B
Makefile
-include ../tools.mk
|
|
all:
|
|
$(RUSTDOC) -w html -o $(TMPDIR)/doc foo.rs
|
|
cp verify.sh $(TMPDIR)
|
|
$(call RUN,verify.sh) $(TMPDIR)
|