Files
rust/library/compiler-builtins/libm/ci/run.sh

12 lines
248 B
Bash
Raw Normal View History

#!/bin/sh
set -ex
TARGET=$1
cargo test --target $TARGET
cargo test --target $TARGET --release
2019-05-16 17:09:33 -07:00
cargo test --features 'checked musl-reference-tests' --target $TARGET
2019-05-02 11:47:46 -07:00
cargo test --features 'checked musl-reference-tests' --target $TARGET --release