mirror of
https://github.com/Z3Prover/z3
synced 2026-03-08 22:34:53 +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:
parent
6ef3be4e5e
commit
3150b41724
3 changed files with 526 additions and 0 deletions
|
|
@ -281,6 +281,7 @@ int main(int argc, char ** argv) {
|
|||
TST(distribution);
|
||||
TST(euf_bv_plugin);
|
||||
TST(euf_arith_plugin);
|
||||
TST(euf_sgraph);
|
||||
TST(euf_seq_plugin);
|
||||
TST(sls_test);
|
||||
TST(scoped_vector);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue