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

adding unit tests for doc

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-09-18 05:19:52 -07:00
parent 4eadaabe64
commit 2a00f2b38c
5 changed files with 153 additions and 24 deletions

View file

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