]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_cranelift/test.sh
Rollup merge of #78345 - jyn514:proper-names, r=varkor
[rust.git] / compiler / rustc_codegen_cranelift / test.sh
1 #!/bin/bash
2 set -e
3
4 export RUSTFLAGS="-Zrun_dsymutil=no"
5
6 ./build.sh --without-sysroot "$@"
7
8 rm -r target/out || true
9
10 scripts/tests.sh no_sysroot
11
12 ./build.sh "$@"
13
14 scripts/tests.sh base_sysroot
15 scripts/tests.sh extended_sysroot