| Category | Count | Notes |
|---|---|---|
| Integration tests (Rust) | 2 | Dual compiled binaries (debug + release) |
| Verification tests | Unit-level | verification/tests/ directory present |
| FFI tests | Present | src/interface/ffi/test/ |
- Dual integration test builds
- FFI verification layer
- Cargo test harness
- Property-based verification testing
- Fuzzing for edge cases
- Benchmarking suite
- Multi-target platform tests
cd /var/mnt/eclipse/repos/verisimiser && cargo test