Skip to content

Commit

Permalink
Move musl tests to test-framework crate
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Schultzer <benjamin@schultzer.com>
  • Loading branch information
Schultzer committed Jul 2, 2019
1 parent 04a276f commit 2d242bc
Show file tree
Hide file tree
Showing 9 changed files with 648 additions and 478 deletions.
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,17 @@ edition = "2018"
default = ['stable']
stable = []

# Generate tests which are random inputs and the outputs are calculated with
# musl libc.
musl-reference-tests = ['rand']

# Used checked array indexing instead of unchecked array indexing in this
# library.
checked = []

[workspace]
members = [
"crates/compiler-builtins-smoke-test",
"crates/libm-test"
]

[dev-dependencies]
no-panic = "0.1.8"
rand = "0.6.5"
paste = "0.1.5"

[build-dependencies]
rand = { version = "0.6.5", optional = true }
Loading

0 comments on commit 2d242bc

Please sign in to comment.