rust/test.sh
bjorn3 9be3936e95 Use #!/usr/bin/env bash
FreeBSD doesn't have /bin/bash
2021-02-14 18:12:51 +01:00

13 lines
196 B
Bash
Executable file

#!/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