[go: up one dir, main page]

libm 0.1.4

libm in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -ex
TARGET=$1

cargo test --target $TARGET
cargo test --target $TARGET --release

cargo test --features 'checked musl-reference-tests' --target $TARGET

cargo test --features 'checked musl-reference-tests' --target $TARGET --release