| Category | Count | Notes |
|---|---|---|
| Integration tests (Rust) | 2 | tests/integration_test.rs compiled binaries |
| Verification tests | Unit-level | verification/tests/ directory present |
| FFI tests | Present | src/interface/ffi/test/ |
- Dual integration test builds (debug + release)
- FFI verification layer
- Cargo test harness
- Property-based testing (proptest)
- Fuzzing targets
- Benchmarking suite
- CI integration tests
cd /var/mnt/eclipse/repos/otpiser && cargo test