mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 12:35:00 +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");
|
|
}
|