]> git.lizzy.rs Git - rust.git/blob - test.sh
Rename cargo executable to cargo-clif
[rust.git] / test.sh
1 #!/usr/bin/env bash
2 set -e
3
4 ./y.rs build --sysroot none "$@"
5
6 rm -r target/out || true
7
8 scripts/tests.sh no_sysroot
9
10 ./y.rs build "$@"
11
12 scripts/tests.sh base_sysroot
13 scripts/tests.sh extended_sysroot