Skip to content

Commit fb04372

Browse files
committedMar 7, 2025
Move all alloc integration tests to a new alloctests crate
1 parent 03eb454 commit fb04372

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+73
-25
lines changed
 

‎library/Cargo.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ version = "0.2.21"
4040
source = "registry+https://github.com/rust-lang/crates.io-index"
4141
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
4242

43+
[[package]]
44+
name = "alloctests"
45+
version = "0.0.0"
46+
dependencies = [
47+
"rand",
48+
"rand_xorshift",
49+
]
50+
4351
[[package]]
4452
name = "cc"
4553
version = "1.2.0"

‎library/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ members = [
44
"std",
55
"sysroot",
66
"coretests",
7+
"alloctests",
78
]
89

910
exclude = [

0 commit comments

Comments
 (0)
Please sign in to comment.