mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
You can now run the tests with SQLite with: ``` cargo test --test compat --features sqlite3 ```
3 lines
75 B
Rust
3 lines
75 B
Rust
fn main() {
|
|
println!("cargo:rustc-link-search=native=target/debug");
|
|
}
|