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

13 lines
315 B
Bash
Raw Normal View History

#!/bin/sh
set -ex
TARGET=$1
cargo test --target $TARGET
cargo test --target $TARGET --release
2019-05-02 11:47:46 -07:00
# FIXME(#4) overflow checks in non-release currently cause issues
#cargo test --features 'checked musl-reference-tests' --target $TARGET
cargo test --features 'checked musl-reference-tests' --target $TARGET --release