test word-count-cls

This commit is contained in:
Nikolay Kim 2017-11-18 07:09:39 -10:00
parent 9d56fd279a
commit d02a950eb6
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ test: build
cargo test $(CARGO_FLAGS) cargo test $(CARGO_FLAGS)
pip install setuptools-rust pytest pytest-benchmark pip install setuptools-rust pytest pytest-benchmark
cd examples/word-count && python setup.py install && pytest -v tests cd examples/word-count && python setup.py install && pytest -v tests
cd examples/word-count-cls && python setup.py install && pytest -v tests
clippy: clippy:
if $$CLIPPY; then cargo clippy $(CARGO_FLAGS); fi if $$CLIPPY; then cargo clippy $(CARGO_FLAGS); fi