summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/test.sh
blob: 5ab10e0e905c7b9ce3fb60fbe37bd7f443642706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
set -e

./build.sh --sysroot none "$@"

rm -r target/out || true

scripts/tests.sh no_sysroot

./build.sh "$@"

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