summaryrefslogtreecommitdiffstats
path: root/vendor/libm-0.1.4/ci/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/libm-0.1.4/ci/run.sh')
-rwxr-xr-xvendor/libm-0.1.4/ci/run.sh11
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