mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
This separates fuzz tests from integration tests so that you can run the fast test cases with: ``` cargo test --test integration_tests ``` and the longer fuzz cases with: ``` cargo test --test fuzz_tests ```
3 lines
75 B
Rust
3 lines
75 B
Rust
// Shared test utilities
|
|
#[path = "integration/common.rs"]
|
|
pub mod common;
|