// Test harness to expose tests placed under `tests/unit/` subdirectory.
// Cargo only discovers test files directly under `tests/`, so we include
// the file from the `unit/` folder here to satisfy the requested layout.
#[path="unit/schema_derive_test.rs"]modschema_derive_test;