Files
rust/test.sh

16 lines
225 B
Bash
Raw Normal View History

2018-08-10 19:09:21 +02:00
#!/bin/bash
2019-07-30 14:51:05 +02:00
set -e
2020-09-29 14:43:34 +02:00
export RUSTFLAGS="-Zrun_dsymutil=no"
./build.sh --without-sysroot $@
2018-08-31 19:50:26 +02:00
rm -r target/out || true
scripts/tests.sh no_sysroot
./build.sh $@
scripts/tests.sh base_sysroot
scripts/tests.sh extended_sysroot