3
0
Fork 0
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:
LiviaSun 2024-07-18 10:08:41 -07:00 committed by GitHub
parent cf4d0e74a5
commit 9803e9ef6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 172 additions and 0 deletions

View file

@ -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);