3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-13 10:44:43 +00:00

Add tests

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-01-04 08:11:33 -08:00
parent 9ede98a029
commit 0203fa56d2
3 changed files with 41 additions and 2 deletions

View file

@ -206,6 +206,7 @@ int main(int argc, char ** argv) {
TST(mpff);
TST(horn_subsume_model_converter);
TST(model2expr);
TST(rcf);
}
void initialize_mam() {}