rust/compiler/rustc_codegen_cranelift/test.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
200 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2019-07-30 12:51:05 +00:00
set -e
./y.rs build --sysroot none "$@"
2018-08-31 17:50:26 +00:00
rm -r target/out || true
2020-11-02 17:16:57 +00:00
scripts/tests.sh no_sysroot
./y.rs build "$@"
2018-10-08 17:40:06 +00:00
2020-11-02 17:16:57 +00:00
scripts/tests.sh base_sysroot
scripts/tests.sh extended_sysroot