]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_cranelift/test.sh
Auto merge of #83114 - cjgillot:hop, r=eddyb
[rust.git] / compiler / rustc_codegen_cranelift / test.sh
1 #!/usr/bin/env bash
2 set -e
3
4 ./build.sh --sysroot none "$@"
5
6 rm -r target/out || true
7
8 scripts/tests.sh no_sysroot
9
10 ./build.sh "$@"
11
12 scripts/tests.sh base_sysroot
13 scripts/tests.sh extended_sysroot