Add equivalence tests for next() and next_step()

This commit is contained in:
Robbert van der Helm
2022-09-04 18:20:42 +02:00
parent 9f990cc3b9
commit bb6e9c237f
3 changed files with 56 additions and 0 deletions

View File

@@ -108,6 +108,9 @@ vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/
# Used for the `zstd` feature
zstd = { version = "0.11.2", optional = true }
[dev-dependencies]
approx = "0.5.1"
[target.'cfg(all(target_family = "unix", not(target_os = "macos")))'.dependencies]
libc = "0.2.124"