3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 16:38:45 +00:00

add tests for distribution utility and fix loose ends

This commit is contained in:
Nikolaj Bjorner 2023-04-13 11:19:06 -07:00
parent 1a70ac75df
commit 624907823d
4 changed files with 57 additions and 6 deletions

View file

@ -264,4 +264,5 @@ int main(int argc, char ** argv) {
//TST_ARGV(hs);
TST(finder);
TST(totalizer);
TST(distribution);
}