// Consolidated integration-test binary: every test group links into one binary
// to minimize compile/link time. Each group's sources live under tests/common/<group>/.
//
// Feature-gated groups are gated here at the module level (previously each was a
// separate binary carrying a crate-level `#![cfg(...)]`):
// - storage / fork_recovery require `lance-backend`
// - ssi_occ_test requires `ssi`