This directory groups the repository's executable checks by stable category rather than by count.
unit_tests.rs- parser, type checker, stdlib helpers, and low-level compiler behaviorgolden_tests.rs- formatting and snapshot stabilityexecution_tests.rs- runtime and backend execution coveragee7_cli_tests.rsandsuggest_contracts_cli_tests.rs- CLI contract and workflow coveragelsp_smoke_tests.rs- LSP request/response smoke coveragee8_*- verification, fuzz, and performance gatesselfhost_parity_tests.rs- self-hosting parity harness coveragefuzz/- regression corpus and fuzz seeds
cargo test --locked --test unit_testscargo test --locked --test golden_testscargo test --locked --test execution_testscargo test --locked --test e7_cli_testscargo test --locked --test lsp_smoke_testscargo test --locked --test selfhost_parity_testscargo test --locked --test e8_conformance_testsmake test-e7make test-e8make selfhost-paritymake cifor the full local gate
- Verification runbooks: ../docs/verification-quality/README.md