diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-09-05 21:24:45 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-09-05 21:39:50 +0800 |
| commit | 6543e4d2fa0113fef4177e92b73a5d7c6411a9ad (patch) | |
| tree | 35390fc1b421e779ca4d16fadfc553c5035c6103 /compiler/rustc_codegen_cranelift | |
| parent | e77a22f3c995e439d79dcf2b2c96835dbd0f2cb8 (diff) | |
| download | rust-6543e4d2fa0113fef4177e92b73a5d7c6411a9ad.tar.gz rust-6543e4d2fa0113fef4177e92b73a5d7c6411a9ad.zip | |
cg_clif: run `run-make-cargo` test suite
Diffstat (limited to 'compiler/rustc_codegen_cranelift')
| -rwxr-xr-x | compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh index 476a6f311bb..62f1cc6a893 100755 --- a/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh +++ b/compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh @@ -166,5 +166,5 @@ index 073116933bd..c3e4578204d 100644 EOF echo "[TEST] rustc test suite" -./x.py test --stage 0 --test-args=--no-capture tests/{codegen-units,run-make,ui,incremental} +./x.py test --stage 0 --test-args=--no-capture tests/{codegen-units,run-make,run-make-cargo,ui,incremental} popd |
