Skip to content

Commit 874f6b4

Browse files
committed
Organize tests in workspace (cont.)
Further normalization, using crates/ and naming directories exactly as their respective crates. Also exclude blas-tests from default members, because it depends on selecting a blas backend.
1 parent a828db6 commit 874f6b4

File tree

11 files changed

+8
-8
lines changed

11 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,14 @@ portable-atomic-util = { version = "0.2.0", features = [ "alloc" ] }
8080
[workspace]
8181
members = [
8282
"ndarray-rand",
83-
"extra-tests/serialization",
84-
"extra-tests/blas",
85-
"extra-tests/numeric",
83+
"crates/*",
84+
]
85+
default-members = [
86+
".",
87+
"ndarray-rand",
88+
"crates/numeric-tests",
89+
"crates/serialization-tests",
90+
# exclude blas-tests that depends on BLAS install
8691
]
8792

8893
[workspace.dependencies]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)