This directory contains Lean test modules for regression and behavioral checks.
Tests mostly mirror the CompPoly/ hierarchy under the CompPolyTests namespace.
For example:
- library module:
CompPoly/Univariate/Raw.lean - test module:
tests/CompPolyTests/Univariate/Raw.lean
Some tests are cross-cutting rather than one-to-one mirrors (for example, CompPolyTests/BF128GhashPrelude.lean).
Build all tests:
lake testBuild a single test module:
lake build CompPolyTests.Univariate.Raw