tamer: Makefile.am: Include feature flags for doc generation and tests

This was forgotten in the previous commit.
main
Mike Gerwitz 2021-07-23 15:56:33 -04:00
parent f1a3273ee3
commit 6ec1a49506
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ all:
doc: html
html-am:
@CARGO@ test --doc
@CARGO@ @CARGO_DOC_FLAGS@ doc --document-private-items
@CARGO@ test --doc @FEATURES@
@CARGO@ @CARGO_DOC_FLAGS@ doc --document-private-items @FEATURES@
# note that 'cargo check' is something else; see 'cargo --help'
test: check