|
@@ -7,7 +7,7 @@ export LSAN_OPTIONS=suppressions=${abs_top_srcdir:-../../..}/src/test/rust_supp.
|
|
|
|
|
|
for cargo_toml_dir in "${abs_top_srcdir:-../../..}"/src/rust/*; do
|
|
|
if [ -e "${cargo_toml_dir}/Cargo.toml" ]; then
|
|
|
- cd "${cargo_toml_dir}" && \
|
|
|
+ cd "${abs_top_builddir:-../../..}/src/rust" && \
|
|
|
CARGO_TARGET_DIR="${abs_top_builddir:-../../..}/src/rust/target" \
|
|
|
"${CARGO:-cargo}" test ${CARGO_ONLINE-"--frozen"} \
|
|
|
${EXTRA_CARGO_OPTIONS} \
|