Makefile.am (html-am): Run doc tests

Ensure that we have good examples before generating docs.
master
Mike Gerwitz 2019-12-04 16:26:55 -05:00
parent 3248c429fe
commit 593faa3491
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ all:
doc: html
html-am:
@CARGO@ test --doc
@CARGO@ @CARGO_DOC_FLAGS@ doc
# note that 'cargo check' is something else; see 'cargo --help'