limbo/sqlite3/build.rs
Pekka Enberg 41e9d7f9b8 sqlite3/tests: Run Rust-based test suite also with SQLite
You can now run the tests with SQLite with:

```
cargo test --test compat --features sqlite3
```
2025-05-15 09:15:35 +03:00

3 lines
75 B
Rust

fn main() {
println!("cargo:rustc-link-search=native=target/debug");
}