rust/test.sh

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
scripts/tests.sh no_sysroot
./y.rs build "$@"
scripts/tests.sh base_sysroot
scripts/tests.sh extended_sysroot