Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit bd02d4a

Browse files
committed
Move musl tests to test-framework crate
Signed-off-by: Benjamin Schultzer <benjamin@schultzer.com>
1 parent 04a276f commit bd02d4a

File tree

9 files changed

+684
-478
lines changed

9 files changed

+684
-478
lines changed

Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,17 @@ edition = "2018"
1515
default = ['stable']
1616
stable = []
1717

18-
# Generate tests which are random inputs and the outputs are calculated with
19-
# musl libc.
20-
musl-reference-tests = ['rand']
21-
2218
# Used checked array indexing instead of unchecked array indexing in this
2319
# library.
2420
checked = []
2521

2622
[workspace]
2723
members = [
2824
"crates/compiler-builtins-smoke-test",
25+
"crates/libm-test"
2926
]
3027

3128
[dev-dependencies]
3229
no-panic = "0.1.8"
3330
rand = "0.6.5"
3431
paste = "0.1.5"
35-
36-
[build-dependencies]
37-
rand = { version = "0.6.5", optional = true }

0 commit comments

Comments
 (0)