mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-16 14:25:02 +01:00
add non-compressed roundtrip tests
This commit is contained in:
parent
fd10c93034
commit
d369850db1
5 changed files with 322 additions and 25 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rvdc"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "RISC-V instruction decoder"
|
||||
repository = "https://github.com/Noratrieb/rustv32i"
|
||||
edition = "2024"
|
||||
|
|
@ -12,3 +12,7 @@ license = "MIT OR Apache-2.0"
|
|||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_tests)'] }
|
||||
|
||||
[dev-dependencies]
|
||||
object = "0.36.7"
|
||||
tempfile = "3.19.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue