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

tbv utilities

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-09-15 21:23:03 -07:00
parent cd12fa8461
commit d9dafe7b94
6 changed files with 282 additions and 3 deletions

View file

@ -141,6 +141,7 @@ int main(int argc, char ** argv) {
TST(optional);
TST(bit_vector);
TST(fixed_bit_vector);
TST(tbv);
TST(string_buffer);
TST(map);
TST(diff_logic);