mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 00:37:36 +00:00
Merge pull request #8693 from Z3Prover/copilot/fix-test-coverage-gaps
Add unit tests covering ackermannization module and Z3_algebraic_eval
This commit is contained in:
commit
bf73fddf6f
4 changed files with 323 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ int main(int argc, char ** argv) {
|
|||
TST(upolynomial);
|
||||
TST(algebraic);
|
||||
TST(algebraic_numbers);
|
||||
TST(ackermannize);
|
||||
TST(monomial_bounds);
|
||||
TST(nla_intervals);
|
||||
TST(horner);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue