mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 22:06:03 +00:00
Daily Test Coverage Improver: Add comprehensive API polynomial tests (#7905)
* Add comprehensive API polynomial subresultants tests - Add tests for Z3_polynomial_subresultants function in api_polynomial.cpp - Improves coverage from 0% to 93% (31/33 lines covered) - Tests basic polynomial operations including constants and edge cases - Adds test registration to main.cpp and CMakeLists.txt * staged files * remove files --------- Co-authored-by: Daily Test Coverage Improver <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82ab6741a0
commit
cda0a922b9
3 changed files with 51 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ int main(int argc, char ** argv) {
|
|||
TST(simple_parser);
|
||||
TST(api);
|
||||
TST(api_algebraic);
|
||||
TST(api_polynomial);
|
||||
TST(api_pb);
|
||||
TST(api_datalog);
|
||||
TST(cube_clause);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue