]> git.lizzy.rs Git - rust.git/blob - test.sh
c6c4956e4817446aa580f20ab89d9dbce41ead0c
[rust.git] / test.sh
1 #!/bin/bash
2 set -e
3
4 export RUSTFLAGS="-Zrun_dsymutil=no"
5
6 ./build.sh --without-sysroot "$@"
7
8 rm -r target/out || true
9
10 scripts/tests.sh no_sysroot
11
12 ./build.sh "$@"
13
14 scripts/tests.sh base_sysroot
15 scripts/tests.sh extended_sysroot