3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-07 09:30:54 +00:00

Add self-contained unit tests for sgraph (13 tests covering classification, metadata, push/pop, assoc hash, navigation)

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-02 00:12:43 +00:00
parent 6ef3be4e5e
commit 3150b41724
3 changed files with 526 additions and 0 deletions

View file

@ -51,6 +51,7 @@ add_executable(test-z3
escaped.cpp
euf_bv_plugin.cpp
euf_arith_plugin.cpp
euf_sgraph.cpp
euf_seq_plugin.cpp
ex.cpp
expr_rand.cpp