mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
unit tests for dlist.h (#7293)
This commit is contained in:
parent
cf4d0e74a5
commit
9803e9ef6e
3 changed files with 172 additions and 0 deletions
|
@ -188,6 +188,7 @@ int main(int argc, char ** argv) {
|
|||
TST(total_order);
|
||||
TST(dl_table);
|
||||
TST(dl_context);
|
||||
TST(dlist);
|
||||
TST(dl_util);
|
||||
TST(dl_product_relation);
|
||||
TST(dl_relation);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue