docx-rs/makefile

11 lines
414 B
Makefile
Raw Normal View History

2019-11-12 06:33:45 +02:00
test:
cargo test -- --test-threads=1
2019-11-12 06:33:45 +02:00
lint:
cargo clippy --all-targets --all-features -- -D warnings -A clippy::derivable_impls -A clippy::large-enum-variant
2019-11-12 06:33:45 +02:00
vrt:
2019-11-12 06:45:04 +02:00
node vrt/index.js && reg-cli vrt/screenshot/actual vrt/screenshot/expected vrt/screenshot/diff -R vrt/report.html -I
2019-11-12 06:33:45 +02:00
vrt-update:
node vrt/index.js && reg-cli vrt/screenshot/actual vrt/screenshot/expected vrt/screenshot/diff -R vrt/report.html -U