v0.13.2Control flow and dataflow are rebuilt on explicit semantics, Z3 translation matches executable C# numeric rules, and the build chain is hermetic and supply-chain verified with hash- and size-pinned Z3 binaries.See what's new

calor test

Compile Calor sources and run xUnit tests without creating a project file.

Bash
calor test <path> [options]

path can be a .calr file or a directory. A directory may contain a tests/ subdirectory of *.cs xUnit tests. Source discovery excludes bin/, obj/, and reference/.

OptionDescription
--permissiveRelax effect enforcement for converted or partially adopted code
--keep-tempPreserve and print the temporary test project path
--verbose, -vShow compilation details and stream test output
--enforce-effects <bool>Enable effect enforcement; defaults to true
--verifyRun Z3 contract verification before the tests
--contract-mode <mode>Runtime checks: off, debug, or release; defaults to debug
--timeout <seconds>Per-child-process timeout; defaults to 600 seconds

The command does not replace repository-level dotnet test; it is a compact execution path for a Calor file or source directory.