rust/test.sh

14 lines
200 B
Bash
Raw Normal View History

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