rust/test.sh
2021-01-06 14:54:19 +01:00

15 lines
225 B
Bash
Executable file

#!/bin/bash
set -e
export CG_CLIF_DISPLAY_CG_TIME=1
./build.sh --without-sysroot "$@"
rm -r target/out || true
scripts/tests.sh no_sysroot
./build.sh "$@"
scripts/tests.sh base_sysroot
scripts/tests.sh extended_sysroot