Add integration test

This commit is contained in:
Jon Staab
2026-02-19 16:44:12 -08:00
parent 77bd576c0a
commit 1f9670e6df
6 changed files with 500 additions and 22 deletions
+7
View File
@@ -9,3 +9,10 @@ sha2 = "0.10"
rand = "0.8"
thiserror = "1"
signature = "2"
[dev-dependencies]
hex = "0.4"
[[test]]
name = "interop"
path = "tests/integration/interop.rs"