summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_codegen_cranelift/test.sh
blob: a10924628bb0eba9350b56f5603ead5b068b75f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
set -e

./y.rs build --sysroot none "$@"

rm -r target/out || true

scripts/tests.sh no_sysroot

./y.rs build "$@"

scripts/tests.sh base_sysroot
scripts/tests.sh extended_sysroot