mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 17:01:55 +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
|
@ -17,6 +17,7 @@ add_executable(test-z3
|
|||
api_bug.cpp
|
||||
api.cpp
|
||||
api_algebraic.cpp
|
||||
api_polynomial.cpp
|
||||
api_pb.cpp
|
||||
api_datalog.cpp
|
||||
arith_rewriter.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue