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

Commit 9ded3ac

Browse files
committed
Move musl tests to test-framework crate
Signed-off-by: Benjamin Schultzer <benjamin@schultzer.com>
1 parent 885afa3 commit 9ded3ac

File tree

8 files changed

+645
-472
lines changed

8 files changed

+645
-472
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ 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 = []

0 commit comments

Comments
 (0)