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
2020-11-02 11:16:57 -06:00
scripts/tests.sh no_sysroot
./y.rs build "$@"
2018-10-08 12:40:06 -05:00
2020-11-02 11:16:57 -06:00
scripts/tests.sh base_sysroot
scripts/tests.sh extended_sysroot