diff options
Diffstat (limited to '')
-rwxr-xr-x | vendor/libm-0.1.4/ci/run.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/libm-0.1.4/ci/run.sh b/vendor/libm-0.1.4/ci/run.sh deleted file mode 100755 index 42c241645..000000000 --- a/vendor/libm-0.1.4/ci/run.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 |