pinakes-core: add plugin integration tests and test fixtures
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: If4372ea33b93306486170353f9edf4a76a6a6964
This commit is contained in:
parent
61ebc6824c
commit
7d3c2052c2
6 changed files with 404 additions and 2 deletions
14
crates/pinakes-core/tests/fixtures/test-plugin/Cargo.toml
vendored
Normal file
14
crates/pinakes-core/tests/fixtures/test-plugin/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "test-plugin"
|
||||
version = "1.0.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
dlmalloc = { version = "0.2", features = ["global"] }
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
lto = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue