##// END OF EJS Templates
rust-tests: run `cargo` tests inside the `rust` folder...
Raphaël Gomès -
r50835:e3274e02 default
parent child Browse files
Show More
@@ -152,7 +152,7 b' testpy-%:'
152 cd tests && $(HGPYTHONS)/$*/bin/python run-tests.py $(TESTFLAGS)
152 cd tests && $(HGPYTHONS)/$*/bin/python run-tests.py $(TESTFLAGS)
153
153
154 rust-tests:
154 rust-tests:
155 cd $(HGROOT)/rust/hg-cpython \
155 cd $(HGROOT)/rust \
156 && $(CARGO) test --quiet --all --features "$(HG_RUST_FEATURES)"
156 && $(CARGO) test --quiet --all --features "$(HG_RUST_FEATURES)"
157
157
158 check-code:
158 check-code:
General Comments 0
You need to be logged in to leave comments. Login now