Skip to content

Commit 7226d39

Browse files
committed
blas: Run blas-mock-tests in cross compiler tests
1 parent 05789c1 commit 7226d39

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

crates/blas-mock-tests/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ doc = false
1010
doctest = false
1111

1212
[dependencies]
13-
ndarray = { workspace = true, features = ["approx", "blas"] }
14-
ndarray-gen = { workspace = true }
1513
cblas-sys = { workspace = true }
1614

1715
[dev-dependencies]
16+
ndarray = { workspace = true, features = ["approx", "blas"] }
17+
ndarray-gen = { workspace = true }
1818
itertools = { workspace = true }

scripts/cross-tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ QC_FEAT=--features=ndarray-rand/quickcheck
1111

1212
cross build -v --features="$FEATURES" $QC_FEAT --target=$TARGET
1313
cross test -v --no-fail-fast --features="$FEATURES" $QC_FEAT --target=$TARGET
14+
cross test -v -p blas-mock-tests

0 commit comments

Comments
 (0)