mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-03-01 06:53:10 -08:00
Fix post merge integration test issue
This commit is contained in:
@@ -9,6 +9,15 @@ homepage = "https://rosenpass.eu/"
|
||||
repository = "https://github.com/rosenpass/rosenpass"
|
||||
readme = "readme.md"
|
||||
|
||||
[[bin]]
|
||||
name = "rosenpass"
|
||||
path = "src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "rp-it-dos"
|
||||
required-features = ["integration_test_dos_exchange"]
|
||||
path = "src/main.rs"
|
||||
|
||||
[[bench]]
|
||||
name = "handshake"
|
||||
harness = false
|
||||
@@ -42,7 +51,9 @@ anyhow = { workspace = true }
|
||||
[dev-dependencies]
|
||||
criterion = { workspace = true }
|
||||
test_bin = { workspace = true }
|
||||
test-binary = { workspace = true }
|
||||
stacker = { workspace = true }
|
||||
libc = { workspace = true}
|
||||
|
||||
[features]
|
||||
integration_test = ["dep:libc"]
|
||||
integration_test_dos_exchange = ["dep:libc"]
|
||||
|
||||
Reference in New Issue
Block a user