rust/compiler/rustc_codegen_cranelift/test.sh
2020-11-06 20:33:12 +09:00

16 lines
229 B
Bash
Executable file

#!/bin/bash
set -e
export RUSTFLAGS="-Zrun_dsymutil=no"
./build.sh --without-sysroot "$@"
rm -r target/out || true
scripts/tests.sh no_sysroot
./build.sh "$@"
scripts/tests.sh base_sysroot
scripts/tests.sh extended_sysroot