changeset 49938:e3274e02d08e

rust-tests: run `cargo` tests inside the `rust` folder There is no reason to only run inside the `rust/hg-cpython` folder, even if the `cargo test --all` behavior ends up being the same.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 10 Jan 2023 11:25:24 +0100
parents 750409505286
children 0a58aaa2009c
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Jan 10 11:20:54 2023 +0100
+++ b/Makefile	Tue Jan 10 11:25:24 2023 +0100
@@ -152,7 +152,7 @@
 	cd tests && $(HGPYTHONS)/$*/bin/python run-tests.py $(TESTFLAGS)
 
 rust-tests:
-	cd $(HGROOT)/rust/hg-cpython \
+	cd $(HGROOT)/rust \
 		&& $(CARGO) test --quiet --all --features "$(HG_RUST_FEATURES)"
 
 check-code: