Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
compiler
/
rustc_codegen_cranelift
/
test.sh
blob: e222adc7b80582ec7169a0c65f2fd9d34af00341 [
file
] [
log
] [
blame
]
#!/usr/bin/env 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